wisdom 15.0.1 → 15.0.2

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 +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ 2024.02.13, v15.0.2
2
+
3
+ feature:
4
+ - 4088418 wisdom: changelog-io v9.0.0
5
+
1
6
  2024.02.02, v15.0.1
2
7
 
3
8
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wisdom",
3
- "version": "15.0.1",
3
+ "version": "15.0.2",
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",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@putout/cli-choose": "^1.0.1",
36
- "changelog-io": "^8.0.0",
36
+ "changelog-io": "^9.0.0",
37
37
  "currify": "^4.0.0",
38
38
  "enquirer": "^2.3.6",
39
39
  "envir": "^2.0.0",