Skip to content

Commit 2f97116

Browse files
committed
update version
1 parent 3b64742 commit 2f97116

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [0.4.0]
4+
### Added
5+
- COS explorer
6+
7+
## [0.3.6]
8+
### Added
9+
- Option "Compile on Save"
10+
- Additional notification window about compilation result
11+
312
## [0.3.5]
413
### Added
514
- Add initial syntax support for ClassQuery

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-cos",
33
"displayName": "Caché ObjectScript",
44
"description": "Caché ObjectScript language support for Visual Studio Code",
5-
"version": "0.3.5",
5+
"version": "0.4.0",
66
"icon": "images/logo.png",
77
"categories": [
88
"Languages",
@@ -17,6 +17,10 @@
1717
{
1818
"name": "Nikita Savchenko",
1919
"email": "[email protected]"
20+
},
21+
{
22+
"name": "Dmitry Maslennikov",
23+
"email": "[email protected]"
2024
}
2125
],
2226
"engines": {

0 commit comments

Comments
 (0)