Skip to content

Commit 3d0262a

Browse files
committed
prepare for release
1 parent 2a42da5 commit 3d0262a

File tree

3 files changed

+94
-72
lines changed

3 files changed

+94
-72
lines changed

CHANGELOG.md

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

3+
## 1.0.5
4+
5+
### Dependencies
6+
7+
* Bump @types/node from 18.15.0 to 18.16.0 [#77](https://github.com/KatsuteDev/Settings-Repository/pull/77) ([@dependabot](https://github.com/dependabot))
8+
* Bump simple-git from 3.17.0 to 3.18.0 [#78](https://github.com/KatsuteDev/Settings-Repository/pull/78) ([@dependabot](https://github.com/dependabot))
9+
* Bump @types/node from 18.16.0 to 20.1.0 [#80](https://github.com/KatsuteDev/Settings-Repository/pull/80) ([@dependabot](https://github.com/dependabot))
10+
* Bump @types/vscode from 1.77.0 to 1.78.0 [#79](https://github.com/KatsuteDev/Settings-Repository/pull/79) ([@dependabot](https://github.com/dependabot))
11+
* Bump rimraf from 5.0.0 to 5.0.1 [#83](https://github.com/KatsuteDev/Settings-Repository/pull/83) ([@dependabot](https://github.com/dependabot))
12+
* Bump @types/node from 20.1.0 to 20.2.3 [#82](https://github.com/KatsuteDev/Settings-Repository/pull/82) ([@dependabot](https://github.com/dependabot))
13+
* Bump @types/vscode from 1.78.0 to 1.78.1 [#85](https://github.com/KatsuteDev/Settings-Repository/pull/85) ([@dependabot](https://github.com/dependabot))
14+
* Bump simple-git from 3.18.0 to 3.19.0 [#84](https://github.com/KatsuteDev/Settings-Repository/pull/84) ([@dependabot](https://github.com/dependabot))
15+
* Bump typescript from 5.0.4 to 5.1.3 [#86](https://github.com/KatsuteDev/Settings-Repository/pull/86) ([@dependabot](https://github.com/dependabot))
16+
* Bump @types/node from 20.2.3 to 20.3.0 [#87](https://github.com/KatsuteDev/Settings-Repository/pull/87) ([@dependabot](https://github.com/dependabot))
17+
* Bump @types/vscode from 1.78.1 to 1.79.0 [#88](https://github.com/KatsuteDev/Settings-Repository/pull/88) ([@dependabot](https://github.com/dependabot))
18+
* Bump @types/vscode from 1.79.0 to 1.79.1 [#89](https://github.com/KatsuteDev/Settings-Repository/pull/89) ([@dependabot](https://github.com/dependabot))
19+
* Bump simple-git from 3.19.0 to 3.19.1 [#90](https://github.com/KatsuteDev/Settings-Repository/pull/90) ([@dependabot](https://github.com/dependabot))
20+
* Bump typescript from 5.1.3 to 5.1.6 [#92](https://github.com/KatsuteDev/Settings-Repository/pull/92) ([@dependabot](https://github.com/dependabot))
21+
* Bump @types/node from 20.3.0 to 20.4.1 [#94](https://github.com/KatsuteDev/Settings-Repository/pull/94) ([@dependabot](https://github.com/dependabot))
22+
* Bump @types/vscode from 1.79.1 to 1.80.0 [#93](https://github.com/KatsuteDev/Settings-Repository/pull/93) ([@dependabot](https://github.com/dependabot))
23+
24+
**Full Changelog**: [`1.0.4...1.0.5`](https://github.com/KatsuteDev/Settings-Repository/compare/1.0.4...1.0.5)
25+
326
## 1.0.4
427

528
### 📘 Dependencies

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"theme": "dark"
99
},
1010
"publisher": "Katsute",
11-
"version": "1.0.4",
11+
"version": "1.0.5",
1212
"private": true,
1313
"engines": {
1414
"vscode": "^1.80.0"
@@ -141,9 +141,9 @@
141141
},
142142
"devDependencies": {
143143
"@types/adm-zip": "0.5.0",
144-
"@types/node": "20.4.1",
144+
"@types/node": "20.4.5",
145145
"@types/vscode": "1.80.0",
146-
"@vscode/vsce": "2.19.0",
146+
"@vscode/vsce": "2.20.0",
147147
"rimraf": "5.0.1",
148148
"typescript": "5.1.6"
149149
}

0 commit comments

Comments
 (0)