Skip to content

Commit 901f9a4

Browse files
authored
Prepare 3.6.0 release (#220)
1 parent bcbc127 commit 901f9a4

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 3.6.0 (29-Jan-2024)
2+
* Change "Starred" to "Favorites" in command titles (#210).
3+
* Add 'Remove from Recent' to context menu of Recent entry (#213).
4+
* Rename and change logo of View Container (#216):
5+
* Changed the icon from the toolbox to the ISC logo
6+
* Changed the name from `InterSystems Tools` to `InterSystems`
7+
* Webpack'ed extension.
8+
* Updated vulnerable dependencies.
9+
* Default Connection Type picker to https if port 443 was specified (#219).
10+
111
## 3.4.2 (10-Aug-2023)
212
* Add shortcut to Explorer section of Portal at namespace level (#185).
313
* Remove embedded default server definitions and the associated `/hideEmbedded` setting (#203).

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"lint-fix": "tslint --project tsconfig.json -t verbose --fix"
4949
},
5050
"dependencies": {
51-
"axios": "^1.6.4",
51+
"axios": "^1.6.5",
5252
"node-cmd": "^5.0.0"
5353
},
5454
"devDependencies": {

0 commit comments

Comments
 (0)