@soybeanjs/changelog 0.3.22 → 0.3.23

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/dist/index.cjs CHANGED
@@ -2245,6 +2245,7 @@ function createDefaultOptions() {
2245
2245
  feat: "\u{1F680} Features",
2246
2246
  fix: "\u{1F41E} Bug Fixes",
2247
2247
  perf: "\u{1F525} Performance",
2248
+ optimize: "\u{1F6E0} Optimizations",
2248
2249
  refactor: "\u{1F485} Refactors",
2249
2250
  docs: "\u{1F4D6} Documentation",
2250
2251
  build: "\u{1F4E6} Build",
package/dist/index.js CHANGED
@@ -307,6 +307,7 @@ function createDefaultOptions() {
307
307
  feat: "\u{1F680} Features",
308
308
  fix: "\u{1F41E} Bug Fixes",
309
309
  perf: "\u{1F525} Performance",
310
+ optimize: "\u{1F6E0} Optimizations",
310
311
  refactor: "\u{1F485} Refactors",
311
312
  docs: "\u{1F4D6} Documentation",
312
313
  build: "\u{1F4E6} Build",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@soybeanjs/changelog",
3
3
  "type": "module",
4
- "version": "0.3.22",
4
+ "version": "0.3.23",
5
5
  "description": "generate changelog form git tags and commits for github",
6
6
  "author": {
7
7
  "name": "Soybean",