change-image-suffix 1.18.3 → 2.0.1
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 +19 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [2.0.1](https://github.com/GuoSirius/change-image-suffix/compare/v2.0.0...v2.0.1) (2026-05-19)
|
|
6
|
+
|
|
7
|
+
## [2.0.0](https://github.com/GuoSirius/change-image-suffix/compare/v1.18.2...v2.0.0) (2026-05-19)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Refactoring
|
|
11
|
+
|
|
12
|
+
* simplify GitHub Actions workflow - only publish to npm ([c0111f4](https://github.com/GuoSirius/change-image-suffix/commit/c0111f4a10d64b6b884ed277ece158e04ce03b61))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Chores
|
|
16
|
+
|
|
17
|
+
* add .versionrc to show all commit types in CHANGELOG ([8c9860b](https://github.com/GuoSirius/change-image-suffix/commit/8c9860b77e6584cf46559adba2309ac2f531f437))
|
|
18
|
+
* restore complete publish workflow with CHANGELOG extraction and GitHub Release ([0a2e5e4](https://github.com/GuoSirius/change-image-suffix/commit/0a2e5e44e7890e7f6b1dcd232c96d031059265dd))
|
|
19
|
+
* simplify GitHub Actions - only publish to npm ([1621a04](https://github.com/GuoSirius/change-image-suffix/commit/1621a04396ae58d8cda4b430c29464bc6333bab0))
|
|
20
|
+
* update GitHub Actions workflow with CHANGELOG extraction ([11529dd](https://github.com/GuoSirius/change-image-suffix/commit/11529ddef272576a2622e0a5938926d47e2dd8ec))
|
|
21
|
+
* update GitHub Release format - What's Changed + Installation + Changelog ([d976363](https://github.com/GuoSirius/change-image-suffix/commit/d976363381e05d8310058a871af1f050286b2c12))
|
|
22
|
+
* use GitHub auto-generated release notes ([e2844a7](https://github.com/GuoSirius/change-image-suffix/commit/e2844a703edee055649ad8f2957c4566b1335cd9))
|
|
23
|
+
|
|
5
24
|
### [1.18.3](https://github.com/GuoSirius/change-image-suffix/compare/v1.18.2...v1.18.3) (2026-05-19)
|
|
6
25
|
|
|
7
26
|
### [1.18.2](https://github.com/GuoSirius/change-image-suffix/compare/v1.18.1...v1.18.2) (2026-05-19)
|