toolbox-x 2.2.2 → 2.2.4
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 +13 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,8 +6,20 @@ All notable changes to **toolbox-x** will be documented in this file.
|
|
|
6
6
|
|
|
7
7
|
> Auto-generated from git history using [changelog-maker](https://github.com/nodejs/changelog-maker).
|
|
8
8
|
|
|
9
|
-
## [
|
|
9
|
+
## [v2.2.4](https://github.com/nazmul-nhb/toolbox-x/releases/tag/v2.2.4) — 2026-06-16
|
|
10
10
|
|
|
11
|
+
[Compare changes](https://github.com/nazmul-nhb/toolbox-x/compare/v2.2.2...v2.2.4)
|
|
12
|
+
|
|
13
|
+
* \[[`2de5c47525`](https://github.com/nazmul-nhb/toolbox-x/commit/2de5c47525)] - 🚀 ci(publish): updated publish script (Nazmul Hassan)
|
|
14
|
+
* \[[`3d6c1e2e95`](https://github.com/nazmul-nhb/toolbox-x/commit/3d6c1e2e95)] - 📚 docs: updated CHANGELOG.md for v2.2.3 (github-actions\[bot])
|
|
15
|
+
* \[[`7f2fadcec0`](https://github.com/nazmul-nhb/toolbox-x/commit/7f2fadcec0)] - 🚀 ci: testing ci for changelog (Nazmul Hassan)
|
|
16
|
+
* \[[`91951f99ae`](https://github.com/nazmul-nhb/toolbox-x/commit/91951f99ae)] - 📚 docs: updated CHANGELOG.md for v2.2.2 (github-actions\[bot])
|
|
17
|
+
|
|
18
|
+
## [v2.2.2](https://github.com/nazmul-nhb/toolbox-x/releases/tag/v2.2.2) — 2026-06-16
|
|
19
|
+
|
|
20
|
+
[Compare changes](https://github.com/nazmul-nhb/toolbox-x/compare/v2.2.1...v2.2.2)
|
|
21
|
+
|
|
22
|
+
* \[[`7211e58791`](https://github.com/nazmul-nhb/toolbox-x/commit/7211e58791)] - 📚 docs(changelog): integrated CHANGELOG.md generator (Nazmul Hassan)
|
|
11
23
|
* \[[`4dfadecb54`](https://github.com/nazmul-nhb/toolbox-x/commit/4dfadecb54)] - 🔧 update(docs): updated docs for anagram generator (Nazmul Hassan)
|
|
12
24
|
|
|
13
25
|
## [v2.2.1](https://github.com/nazmul-nhb/toolbox-x/releases/tag/v2.2.1) — 2026-06-16
|
package/package.json
CHANGED