Skip to content

Commit 123eb2d

Browse files
chore(release): 2.1.2 [skip ci]
## [2.1.2](v2.1.1...v2.1.2) (2022-03-10) ### Bug Fixes * "git" was missing from release field ([e33d31d](e33d31d))
1 parent a673e11 commit 123eb2d

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.1.2](https://github.com/pycom/pymakr-vsc/compare/v2.1.1...v2.1.2) (2022-03-10)
2+
3+
4+
### Bug Fixes
5+
6+
* "git" was missing from release field ([e33d31d](https://github.com/pycom/pymakr-vsc/commit/e33d31db3f65186a40e71a215d076e45331db128))
7+
18
# Change Log
29

310
All notable changes to the "pymakr" extension will be documented in this file.
@@ -6,4 +13,4 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
613

714
## [Unreleased]
815

9-
- Initial release
16+
- Initial release

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Pymakr - Preview",
44
"publisher": "Pycom",
55
"description": "Tech preview of the upcoming v2",
6-
"version": "2.0.0-alpha.7",
6+
"version": "2.1.2",
77
"repository": {
88
"url": "https://github.com/pycom/pymakr-vsc"
99
},

0 commit comments

Comments
 (0)