Skip to content

Commit 7ca9342

Browse files
committed
changelog update and new version
1 parent 478ee05 commit 7ca9342

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [0.7.10]
4+
5+
- New logo
6+
- Fixed backward compatibility with previous versions of Atelier API
7+
- Fixed issue with license usage, due to loosing cookies
8+
- Some other small fixes
9+
310
## [0.7.9]
411

512
- IMPORTANT: **Connection disabled by default, now**. Set `"objectscript.conn.active": true` to enable it

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-objectscript",
33
"displayName": "InterSystems ObjectScript",
44
"description": "InterSystems ObjectScript language support for Visual Studio Code",
5-
"version": "0.7.10-snapshot",
5+
"version": "0.7.11-snapshot",
66
"icon": "images/logo.png",
77
"categories": [
88
"Programming Languages",

0 commit comments

Comments
 (0)