Skip to content

Commit aa5fc7c

Browse files
authored
📌 Merge pull request #150 from numaru/hotfix/1.13.1
Hotfix/1.13.1
2 parents f91befd + bb8c09d commit aa5fc7c

File tree

3 files changed

+125
-4
lines changed

3 files changed

+125
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [1.13.1] - 2025-12-17
11+
12+
### Fixed
13+
14+
* Add the missing `rimraf` dependency.
15+
1016
## [1.13.0] - 2025-12-17
1117

1218
### Added
@@ -198,7 +204,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
198204

199205
* Initial features
200206

201-
[Unreleased]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.13.0...develop
207+
[Unreleased]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.13.1...develop
208+
[1.13.1]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.13.0...v1.13.1
202209
[1.13.0]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.12.0...v1.13.0
203210
[1.12.0]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.11.0...v1.12.0
204211
[1.11.0]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.10.1...v1.11.0

package-lock.json

Lines changed: 115 additions & 2 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"name": "Kin Numaru"
88
},
99
"publisher": "numaru",
10-
"version": "1.13.0",
10+
"version": "1.13.1",
1111
"license": "MIT",
1212
"homepage": "https://github.com/numaru/vscode-ceedling-test-adapter",
1313
"repository": {
@@ -60,6 +60,7 @@
6060
"esbuild": "^0.27.2",
6161
"glob": "^7.1.6",
6262
"mocha": "^10.0.0",
63+
"rimraf": "^6.1.2",
6364
"typescript": "^4.6.3"
6465
},
6566
"engines": {

0 commit comments

Comments
 (0)