Skip to content

Commit 60e360c

Browse files
committed
First production release (1.0.0)
1 parent 3423b3a commit 60e360c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

3+
## [1.0.0] 19-Oct-2020
4+
- First production release.
5+
36
## [0.9.5]
47
- Fix regression in 0.9.4 that broke `Add Server Namespace to Workspace...`.
58

package.json

Lines changed: 1 addition & 2 deletions
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.9.6-SNAPSHOT",
5+
"version": "1.0.0-SNAPSHOT",
66
"icon": "images/logo.png",
77
"aiKey": "9cd75d51-697c-406c-a929-2bcf46e97c64",
88
"categories": [
@@ -22,7 +22,6 @@
2222
"url": "https://github.com/intersystems-community/vscode-objectscript"
2323
},
2424
"license": "MIT",
25-
"preview": true,
2625
"publisher": "intersystems-community",
2726
"contributors": [
2827
{

0 commit comments

Comments
 (0)