change-image-suffix 1.18.2 → 2.0.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. 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.0](https://github.com/GuoSirius/change-image-suffix/compare/v1.18.2...v2.0.0) (2026-05-19)
6
+
7
+
8
+ ### Refactoring
9
+
10
+ * simplify GitHub Actions workflow - only publish to npm ([c0111f4](https://github.com/GuoSirius/change-image-suffix/commit/c0111f4a10d64b6b884ed277ece158e04ce03b61))
11
+
12
+
13
+ ### Chores
14
+
15
+ * add .versionrc to show all commit types in CHANGELOG ([8c9860b](https://github.com/GuoSirius/change-image-suffix/commit/8c9860b77e6584cf46559adba2309ac2f531f437))
16
+ * restore complete publish workflow with CHANGELOG extraction and GitHub Release ([0a2e5e4](https://github.com/GuoSirius/change-image-suffix/commit/0a2e5e44e7890e7f6b1dcd232c96d031059265dd))
17
+ * simplify GitHub Actions - only publish to npm ([1621a04](https://github.com/GuoSirius/change-image-suffix/commit/1621a04396ae58d8cda4b430c29464bc6333bab0))
18
+ * update GitHub Actions workflow with CHANGELOG extraction ([11529dd](https://github.com/GuoSirius/change-image-suffix/commit/11529ddef272576a2622e0a5938926d47e2dd8ec))
19
+ * update GitHub Release format - What's Changed + Installation + Changelog ([d976363](https://github.com/GuoSirius/change-image-suffix/commit/d976363381e05d8310058a871af1f050286b2c12))
20
+ * use GitHub auto-generated release notes ([e2844a7](https://github.com/GuoSirius/change-image-suffix/commit/e2844a703edee055649ad8f2957c4566b1335cd9))
21
+
22
+ ### [1.18.3](https://github.com/GuoSirius/change-image-suffix/compare/v1.18.2...v1.18.3) (2026-05-19)
23
+
5
24
  ### [1.18.2](https://github.com/GuoSirius/change-image-suffix/compare/v1.18.1...v1.18.2) (2026-05-19)
6
25
 
7
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "change-image-suffix",
3
- "version": "1.18.2",
3
+ "version": "2.0.0",
4
4
  "description": "批量转换图片格式的CLI工具,支持递归搜索、深度限制、指定后缀、Windows右键菜单等功能",
5
5
  "main": "dist/index.js",
6
6
  "files": [