Skip to content

Commit

Permalink
Prepare 3.6.1 release (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-bsaviano authored May 29, 2024
1 parent 123c23d commit 802102b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
git config --global user.email '[email protected]'
jq --arg version "${NEXT_VERSION}-SNAPSHOT" '.version = $version' package.json > "$tmp" && mv "$tmp" package.json
git add package.json
git commit -m 'auto bump version with release'
git commit -m 'auto bump version with release [skip ci]'
jq --arg version "$VERSION" '.version = $version' package.json > "$tmp" && mv "$tmp" package.json
jq 'del(.enableProposedApi,.enabledApiProposals)' package.json > "$tmp" && mv "$tmp" package.json
npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
git config --global user.email '[email protected]'
jq --arg version "${NEXT_VERSION}-SNAPSHOT" '.version = $version' package.json > "$tmp" && mv "$tmp" package.json
git add package.json
git commit -m 'auto bump version after pre-release'
git commit -m 'auto bump version after pre-release [skip ci]'
jq --arg version "$VERSION" '.version = $version' package.json > "$tmp" && mv "$tmp" package.json
npm install
jq 'del(.enableProposedApi,.enabledApiProposals)' package.json > "$tmp" && mv "$tmp" package.json
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.6.1 (30-May-2024)
* Don't attempt to open the Management Portal in the Simple Browser for IRIS 2024.1+ (#223).
* Updated dependencies.

## 3.6.0 (29-Jan-2024)
* Change "Starred" to "Favorites" in command titles (#210).
* Add 'Remove from Recent' to context menu of Recent entry (#213).
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"lint-fix": "tslint --project tsconfig.json -t verbose --fix"
},
"dependencies": {
"axios": "^1.6.5",
"axios": "^1.7.2",
"node-cmd": "^5.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 802102b

Please sign in to comment.