|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 2.0.2 |
| 4 | + |
| 5 | +### Fixes |
| 6 | + |
| 7 | +* Fix missing error messages in invalid or expired git credentials [#335](https://github.com/KatsuteDev/Settings-Repository/pull/335) ([@Katsute](https://github.com/Katsute)) |
| 8 | + |
| 9 | +### Dependencies |
| 10 | + |
| 11 | +* Bump simple-git from 3.30.0 to 3.32.3 [#331](https://github.com/KatsuteDev/Settings-Repository/pull/331) ([@dependabot](https://github.com/dependabot)) |
| 12 | +* Bump glob from 13.0.0 to 13.0.6 [#328](https://github.com/KatsuteDev/Settings-Repository/pull/328) ([@dependabot](https://github.com/dependabot)) |
| 13 | +* Bump @types/node from 25.1.0 to 25.3.3 [#326](https://github.com/KatsuteDev/Settings-Repository/pull/326) ([@dependabot](https://github.com/dependabot)) |
| 14 | +* Bump esbuild from 0.27.2 to 0.27.3 [#330](https://github.com/KatsuteDev/Settings-Repository/pull/330) ([@dependabot](https://github.com/dependabot)) |
| 15 | +* Bump rimraf from 6.1.2 to 6.1.3 [#327](https://github.com/KatsuteDev/Settings-Repository/pull/327) ([@dependabot](https://github.com/dependabot)) |
| 16 | +* Bump the npm_and_yarn group across 1 directory with 2 updates [#325](https://github.com/KatsuteDev/Settings-Repository/pull/325) ([@dependabot](https://github.com/dependabot)) |
| 17 | +* Bump @types/vscode from 1.108.1 to 1.109.0 [#329](https://github.com/KatsuteDev/Settings-Repository/pull/329) ([@dependabot](https://github.com/dependabot)) |
| 18 | +* Bump undici from 7.15.0 to 7.24.1 in the npm_and_yarn group across 1 directory [#332](https://github.com/KatsuteDev/Settings-Repository/pull/332) ([@dependabot](https://github.com/dependabot)) |
| 19 | +* Bump picomatch from 2.3.1 to 2.3.2 in the npm_and_yarn group across 1 directory [#333](https://github.com/KatsuteDev/Settings-Repository/pull/333) ([@dependabot](https://github.com/dependabot)) |
| 20 | +* Bump @types/adm-zip from 0.5.7 to 0.5.8 [#339](https://github.com/KatsuteDev/Settings-Repository/pull/339) ([@dependabot](https://github.com/dependabot)) |
| 21 | +* Bump simple-git from 3.32.3 to 3.33.0 [#340](https://github.com/KatsuteDev/Settings-Repository/pull/340) ([@dependabot](https://github.com/dependabot)) |
| 22 | +* Bump @types/node from 25.3.3 to 25.5.0 [#341](https://github.com/KatsuteDev/Settings-Repository/pull/341) ([@dependabot](https://github.com/dependabot)) |
| 23 | +* Bump typescript from 5.9.3 to 6.0.2 [#336](https://github.com/KatsuteDev/Settings-Repository/pull/336) ([@dependabot](https://github.com/dependabot)) |
| 24 | +* Bump esbuild from 0.27.3 to 0.27.4 [#337](https://github.com/KatsuteDev/Settings-Repository/pull/337) ([@dependabot](https://github.com/dependabot)) |
| 25 | +* Bump @types/vscode from 1.109.0 to 1.110.0 [#342](https://github.com/KatsuteDev/Settings-Repository/pull/342) ([@kdevbot](https://github.com/KatsuteDev)) |
| 26 | +* Bump lodash from 4.17.23 to 4.18.1 in the npm_and_yarn group across 1 directory [#343](https://github.com/KatsuteDev/Settings-Repository/pull/343) ([@dependabot](https://github.com/dependabot)) |
| 27 | + |
| 28 | +**Full Changelog**: [`2.0.1...2.0.2`](https://github.com/KatsuteDev/Settings-Repository/compare/2.0.1...2.0.2) |
| 29 | + |
3 | 30 | ## 2.0.1 |
4 | 31 |
|
5 | 32 | ### Fixes |
|
0 commit comments