@w5s/conventional-changelog 3.2.8 → 3.2.9

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/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -318,7 +318,7 @@ async function createPreset() {
318
318
  const meta = Object.freeze({
319
319
  buildNumber: 1,
320
320
  name: "@w5s/conventional-changelog",
321
- version: "3.2.8"
321
+ version: "3.2.9"
322
322
  });
323
323
  //#endregion
324
324
  export { Emoji, GitmojiCode, createPreset as default, meta };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/conventional-changelog",
3
- "version": "3.2.8",
3
+ "version": "3.2.9",
4
4
  "description": "Conventional changelog plugin for @w5s",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/w5s/project-config/blob/main/packages/conventional-changelog#readme",
@@ -44,5 +44,5 @@
44
44
  "access": "public"
45
45
  },
46
46
  "sideEffect": false,
47
- "gitHead": "e6c63e0164ce2199e59bdca360f4766b6a78584d"
47
+ "gitHead": "456aac7a7b05abae48365ae944a31c494ed078cf"
48
48
  }