Skip to content

Commit 7025644

Browse files
chore(release): 2.22.2 [skip ci]
## [2.22.2](v2.22.1...v2.22.2) (2022-08-01) ### Bug Fixes * release new version ([4fc598d](4fc598d))
1 parent 4fc598d commit 7025644

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.22.2](https://github.com/pycom/pymakr-vsc/compare/v2.22.1...v2.22.2) (2022-08-01)
2+
3+
4+
### Bug Fixes
5+
6+
* release new version ([4fc598d](https://github.com/pycom/pymakr-vsc/commit/4fc598d436c4678d5ef3497843ebfd7a21817cd3))
7+
18
# [2.13.0](https://github.com/pycom/pymakr-vsc/compare/v2.12.3...v2.13.0) (2022-05-16)
29

310

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "pymakr-preview",
3-
"displayName": "Pymakr - Preview",
2+
"name": "pymakr",
3+
"displayName": "Pymakr",
44
"publisher": "Pycom",
55
"description": "Official Pymakr plugin for Pycom devices.",
6-
"version": "2.13.0",
6+
"version": "2.22.2",
77
"repository": {
88
"url": "https://github.com/pycom/pymakr-vsc"
99
},
10-
"preview": true,
10+
"preview": false,
1111
"engines": {
1212
"vscode": "^1.67.0",
1313
"node": "^16.13.0"

0 commit comments

Comments
 (0)