Skip to content

Commit ed24b65

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2023-01-19) ### Bug Fixes * enable updates to the package.json on publish ([0f8956d](0f8956d))
1 parent 0f8956d commit ed24b65

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.2](https://github.com/traunts/Cortex-Command-Community-Project-VSCode-Extension/compare/v1.0.1...v1.0.2) (2023-01-19)
2+
3+
4+
### Bug Fixes
5+
6+
* enable updates to the package.json on publish ([0f8956d](https://github.com/traunts/Cortex-Command-Community-Project-VSCode-Extension/commit/0f8956d9f814b32d39b088da2ad0d3b2bdeca4f2))
7+
18
## [1.0.1](https://github.com/traunts/Cortex-Command-Community-Project-VSCode-Extension/compare/v1.0.0...v1.0.1) (2023-01-19)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Cortex Command Community Project Language Support",
44
"description": "INI language support for development of content for the game Cortex Command",
55
"icon": "icon.png",
6-
"version": "0.0.1",
6+
"version": "1.0.2",
77
"publisher": "CortexCommandCommunityProject",
88
"license": "LICENSE.md",
99
"repository": {
@@ -54,4 +54,4 @@
5454
"semantic-release": "semantic-release",
5555
"build": "npx js-yaml syntaxes/ccini.tmLanguage.yaml > syntaxes/ccini.tmLanguage.json"
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)