wisdom 14.1.2 → 14.1.3

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 +5 -0
  2. package/package.json +1 -2
package/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ 2023.03.07, v14.1.3
2
+
3
+ fix:
4
+ - 249ef7c package: drop commitType
5
+
1
6
  2023.03.07, v14.1.2
2
7
 
3
8
  fix:
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "wisdom",
3
- "version": "14.1.2",
3
+ "version": "14.1.3",
4
4
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
5
5
  "description": "configurable publish releases to github and npm",
6
6
  "homepage": "http://github.com/coderaiser/wisdom",
7
7
  "main": "lib/wisdom.js",
8
- "commitType": "colon",
9
8
  "bin": {
10
9
  "wisdom": "bin/wisdom.js"
11
10
  },