Skip to content

Commit 852d8a7

Browse files
committed
update readme
1 parent 47a90ac commit 852d8a7

4 files changed

Lines changed: 80 additions & 47 deletions

File tree

CHANGELOG.md

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

3+
## 2.0.3
4+
5+
### Dependencies
6+
7+
* Bump @vscode/vsce from 3.7.1 to 3.9.1 [#344](https://github.com/KatsuteDev/Settings-Repository/pull/344) ([@dependabot](https://github.com/dependabot))
8+
* Bump simple-git from 3.33.0 to 3.36.0 [#346](https://github.com/KatsuteDev/Settings-Repository/pull/346) ([@dependabot](https://github.com/dependabot))
9+
* Bump esbuild from 0.27.4 to 0.28.0 [#347](https://github.com/KatsuteDev/Settings-Repository/pull/347) ([@dependabot](https://github.com/dependabot))
10+
* Bump uuid from 8.3.2 to removed in the npm_and_yarn group across 1 directory [#351](https://github.com/KatsuteDev/Settings-Repository/pull/351) ([@dependabot](https://github.com/dependabot))
11+
* Bump typescript from 6.0.2 to 6.0.3 [#348](https://github.com/KatsuteDev/Settings-Repository/pull/348) ([@dependabot](https://github.com/dependabot))
12+
* Bump @types/node from 25.5.0 to 25.6.0 [#349](https://github.com/KatsuteDev/Settings-Repository/pull/349) ([@dependabot](https://github.com/dependabot))
13+
* Bump adm-zip from 0.5.16 to 0.5.17 [#345](https://github.com/KatsuteDev/Settings-Repository/pull/345) ([@dependabot](https://github.com/dependabot))
14+
* Bump @types/vscode from 1.110.0 to 1.118.0 [#350](https://github.com/KatsuteDev/Settings-Repository/pull/350) ([@dependabot](https://github.com/dependabot))
15+
* Bump fast-uri from 3.0.6 to 3.1.2 in the npm_and_yarn group across 1 directory [#352](https://github.com/KatsuteDev/Settings-Repository/pull/352) ([@dependabot](https://github.com/dependabot))
16+
17+
**Full Changelog**: [`2.0.2...2.0.3`](https://github.com/KatsuteDev/Settings-Repository/compare/2.0.2...2.0.3)
18+
319
## 2.0.2
420

521
### Fixes

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
</a>
66
<h3>Settings Repository</h3>
77
<h4>Sync VSCode settings to a repository</h4>
8-
<a href="https://marketplace.visualstudio.com/items?itemName=katsute.settings-repository"><img src="https://img.shields.io/visual-studio-marketplace/stars/katsute.settings-repository?style=for-the-badge&logo=visualstudiocode&labelColor=252526&color=0098FF"></a>
9-
<a href="https://marketplace.visualstudio.com/items?itemName=katsute.settings-repository"><img src="https://img.shields.io/visual-studio-marketplace/i/katsute.settings-repository?style=for-the-badge&logo=visualstudiocode&labelColor=252526&color=0098FF"></a>
10-
<a href="https://marketplace.visualstudio.com/items?itemName=katsute.settings-repository"><img src="https://img.shields.io/visual-studio-marketplace/d/katsute.settings-repository?style=for-the-badge&logo=visualstudiocode&labelColor=252526&color=0098FF"></a>
118
</div>
129

1310
<br>

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"theme": "dark"
99
},
1010
"publisher": "Katsute",
11-
"version": "2.0.2",
11+
"version": "2.0.3",
1212
"private": true,
1313
"engines": {
14-
"vscode": "^1.118.0"
14+
"vscode": "^1.121.0"
1515
},
1616
"categories": [
1717
"Other"
@@ -151,8 +151,8 @@
151151
"homepage": "https://github.com/KatsuteDev/Settings-Repository#readme",
152152
"devDependencies": {
153153
"@types/adm-zip": "0.5.8",
154-
"@types/node": "25.6.0",
155-
"@types/vscode": "1.118.0",
154+
"@types/node": "25.9.1",
155+
"@types/vscode": "1.120.0",
156156
"@vscode/vsce": "3.9.1",
157157
"adm-zip": "0.5.17",
158158
"esbuild": "0.28.0",

0 commit comments

Comments
 (0)