Skip to content

Commit 03e1c13

Browse files
committed
prepare for release
1 parent ab192fa commit 03e1c13

3 files changed

Lines changed: 27 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 2.0.4
4+
5+
### Fixes
6+
7+
* Abort git push when clone did not succeed [#363](https://github.com/KatsuteDev/Settings-Repository/pull/363) ([@Katsute](https://github.com/Katsute))
8+
* Fix keybindings not working with args [#365](https://github.com/KatsuteDev/Settings-Repository/pull/365) ([@Katsute](https://github.com/Katsute))
9+
10+
### Dependencies
11+
12+
* Bump the npm_and_yarn group across 1 directory with 2 updates [#355](https://github.com/KatsuteDev/Settings-Repository/pull/355) ([@dependabot](https://github.com/dependabot))
13+
* Bump @types/node from 25.9.1 to 26.0.1 [#358](https://github.com/KatsuteDev/Settings-Repository/pull/358) ([@dependabot](https://github.com/dependabot))
14+
* Bump @vscode/vsce from 3.9.1 to 3.9.2 [#360](https://github.com/KatsuteDev/Settings-Repository/pull/360) ([@dependabot](https://github.com/dependabot))
15+
* Bump @types/vscode from 1.120.0 to 1.125.0 [#359](https://github.com/KatsuteDev/Settings-Repository/pull/359) ([@dependabot](https://github.com/dependabot))
16+
* Bump the npm_and_yarn group across 1 directory with 3 updates [#356](https://github.com/KatsuteDev/Settings-Repository/pull/356) ([@dependabot](https://github.com/dependabot))
17+
* Bump adm-zip from 0.5.17 to 0.5.18 [#357](https://github.com/KatsuteDev/Settings-Repository/pull/357) ([@dependabot](https://github.com/dependabot))
18+
19+
**Full Changelog**: [`2.0.3...2.0.4`](https://github.com/KatsuteDev/Settings-Repository/compare/2.0.3...2.0.4)
20+
321
## 2.0.3
422

523
### Dependencies

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"theme": "dark"
99
},
1010
"publisher": "Katsute",
11-
"version": "2.0.3",
11+
"version": "2.0.4",
1212
"private": true,
1313
"engines": {
1414
"vscode": "^1.125.0"
@@ -154,7 +154,7 @@
154154
"@types/node": "26.0.1",
155155
"@types/vscode": "1.125.0",
156156
"@vscode/vsce": "3.9.2",
157-
"adm-zip": "0.5.18",
157+
"adm-zip": "0.6.0",
158158
"esbuild": "0.28.1",
159159
"glob": "13.0.6",
160160
"rimraf": "6.1.3",

0 commit comments

Comments
 (0)