File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149149 git add package.json
150150 git commit -m 'auto bump version with release'
151151 jq --arg version "$VERSION" '.version = $version' package.json > "$tmp" && mv "$tmp" package.json
152- jq '.enableProposedApi = false ' package.json > "$tmp" && mv "$tmp" package.json
152+ jq 'del( .enableProposedApi,.enabledApiProposals) ' package.json > "$tmp" && mv "$tmp" package.json
153153 npm install
154154 git push
155155 - name : Build package
Original file line number Diff line number Diff line change 22 "name" : " vscode-objectscript" ,
33 "displayName" : " InterSystems ObjectScript" ,
44 "description" : " InterSystems ObjectScript language support for Visual Studio Code" ,
5- "version" : " 1.2.1 -SNAPSHOT" ,
5+ "version" : " 1.1.2 -SNAPSHOT" ,
66 "icon" : " images/logo.png" ,
77 "aiKey" : " 9cd75d51-697c-406c-a929-2bcf46e97c64" ,
88 "categories" : [
You can’t perform that action at this time.
0 commit comments