We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27478a3 + 1c3108e commit 32b1dacCopy full SHA for 32b1dac
.github/workflows/main.yml
@@ -7,7 +7,6 @@ jobs:
7
publish:
8
if: github.event_name == 'release'
9
runs-on: ubuntu-latest
10
- needs: build
11
steps:
12
- uses: actions/checkout@v2
13
with:
CHANGELOG.md
@@ -1,4 +1,4 @@
1
# Change Log
2
3
-## [1.0.0] 19-Oct-2020
4
-- Initial release.
+## [1.0.1] 26-Oct-2020
+- First production release.
package.json
@@ -2,7 +2,7 @@
"name": "objectscript-pack",
"displayName": "InterSystems ObjectScript Extension Pack",
"description": "Extensions for ObjectScript development",
5
- "version": "1.0.0",
+ "version": "1.0.1-SNAPSHOT",
6
"publisher": "intersystems-community",
"icon": "logo.png",
"repository": {
0 commit comments