@changepacks/cli 0.1.11 → 0.1.15

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@changepacks/cli",
3
- "version": "0.1.11",
3
+ "version": "0.1.15",
4
4
  "description": "changepacks is a CLI tool that helps you efficiently manage versioning and changelogs in multi-language projects. It provides unified support for various package management systems including Node.js, Python, Rust, and more.",
5
5
  "main": "main.js",
6
6
  "license": "Apache License 2.0",
@@ -97,9 +97,9 @@
97
97
  "arrowParens": "always"
98
98
  },
99
99
  "optionalDependencies": {
100
- "@changepacks/cli-win32-x64-msvc": "0.1.11",
101
- "@changepacks/cli-darwin-x64": "0.1.11",
102
- "@changepacks/cli-linux-x64-gnu": "0.1.11",
103
- "@changepacks/cli-darwin-arm64": "0.1.11"
100
+ "@changepacks/cli-win32-x64-msvc": "0.1.15",
101
+ "@changepacks/cli-darwin-x64": "0.1.15",
102
+ "@changepacks/cli-linux-x64-gnu": "0.1.15",
103
+ "@changepacks/cli-darwin-arm64": "0.1.15"
104
104
  }
105
105
  }