@aneuhold/core-ts-lib 2.4.1 → 2.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## 🔖 [2.4.2] (2026-03-13)
|
|
9
|
+
|
|
10
|
+
### 🩹 Fixed
|
|
11
|
+
|
|
12
|
+
- Replaced deprecated `rmdir` with `rm` in `ChangelogService` test cleanup.
|
|
13
|
+
|
|
8
14
|
## 🔖 [2.4.1] (2026-02-28)
|
|
9
15
|
|
|
10
16
|
### 🏗️ Changed
|
|
@@ -209,6 +215,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
209
215
|
|
|
210
216
|
<!-- Link References -->
|
|
211
217
|
|
|
218
|
+
[2.4.2]: https://github.com/aneuhold/ts-libs/compare/core-ts-lib-v2.4.1...core-ts-lib-v2.4.2
|
|
212
219
|
[2.4.1]: https://github.com/aneuhold/ts-libs/compare/core-ts-lib-v2.4.0...core-ts-lib-v2.4.1
|
|
213
220
|
[2.4.0]: https://github.com/aneuhold/ts-libs/compare/core-ts-lib-v2.3.19...core-ts-lib-v2.4.0
|
|
214
221
|
[2.3.19]: https://github.com/aneuhold/ts-libs/compare/core-ts-lib-v2.3.18...core-ts-lib-v2.3.19
|
package/package.json
CHANGED