Skip to content

Commit b268852

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.0...v1.2.0) (2023-01-29) ### Bug Fixes * empty newlines no longer break a block (and hence syntax highlighting) ([a9d3247](a9d3247)) * language configurations are now correctly included in the build ([473b06b](473b06b)) ### Features * add language snippets for several atomic classes ([9fa08b6](9fa08b6)) * update configuration properties and their titles for the language server ([255260b](255260b))
1 parent 61243bb commit b268852

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.2.0](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/compare/v1.1.0...v1.2.0) (2023-01-29)
2+
3+
4+
### Bug Fixes
5+
6+
* empty newlines no longer break a block (and hence syntax highlighting) ([a9d3247](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/commit/a9d3247f94515ccb17944f955722f4d38e8757cf))
7+
* language configurations are now correctly included in the build ([473b06b](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/commit/473b06b4f38dd2a11ec86b6865bea2e9fc9127c4))
8+
9+
10+
### Features
11+
12+
* add language snippets for several atomic classes ([9fa08b6](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/commit/9fa08b679ad5f193a99020b5f804968550b77e87))
13+
* update configuration properties and their titles for the language server ([255260b](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/commit/255260be333fb9bed2c04bb0e448b0506047493d))
14+
115
# [1.1.0](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/compare/v1.0.2...v1.1.0) (2023-01-29)
216

317

package.json

Lines changed: 1 addition & 1 deletion
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": "1.1.0",
6+
"version": "1.2.0",
77
"publisher": "CortexCommandCommunityProject",
88
"license": "LICENSE.md",
99
"repository": {

0 commit comments

Comments
 (0)