Skip to content

Commit 1f1e348

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.2...v1.4.0) (2024-06-02) ### Bug Fixes * **ci:** update github actions node version ([cdc6913](cdc6913)) ### Features * add minimal renaming detection ([30311d4](30311d4)) * add new fileSystem service method to trim URIs to workspace ([618d69a](618d69a)) * create `didRenameFile` provider ([2849cfb](2849cfb))
1 parent f23c886 commit 1f1e348

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.4.0](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/compare/v1.3.2...v1.4.0) (2024-06-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** update github actions node version ([cdc6913](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/commit/cdc691335f20ef280d2ade43e61e5dcf8fa53f14))
7+
8+
9+
### Features
10+
11+
* add minimal renaming detection ([30311d4](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/commit/30311d490d428ac919c6d8172aa58e0857833d70))
12+
* add new fileSystem service method to trim URIs to workspace ([618d69a](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/commit/618d69aa1b2c0ff1dfbbfbe5daeb861069a481f4))
13+
* create `didRenameFile` provider ([2849cfb](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/commit/2849cfb11479b5a67135a3468dea05d70b11857c))
14+
115
## [1.3.2](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/compare/v1.3.1...v1.3.2) (2023-02-07)
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.3.2",
6+
"version": "1.4.0",
77
"publisher": "CortexCommandCommunityProject",
88
"license": "LICENSE.md",
99
"repository": {

0 commit comments

Comments
 (0)