diff --git a/CHANGELOG.md b/CHANGELOG.md index 742c073..3a28754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.0.0](https://github.com/ioncakephper/cli-schema/compare/v2.1.0...v3.0.0) (2025-12-08) + + +### ⚠ BREAKING CHANGES + +* **schema:** This commit introduces breaking changes. + +### Code Refactoring + +* **schema:** Remove `variadic` property from CLI options definition ([7f71cf1](https://github.com/ioncakephper/cli-schema/commit/7f71cf107da1f7822b3364b8655b4e311250a559)) + ## [2.1.0](https://github.com/ioncakephper/cli-schema/compare/v2.0.1...v2.1.0) (2025-12-08) diff --git a/package-lock.json b/package-lock.json index 23f7351..51b5f3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cli-schema", - "version": "2.1.0", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cli-schema", - "version": "2.1.0", + "version": "3.0.0", "license": "MIT", "dependencies": { "ajv": "^8.12.0", diff --git a/package.json b/package.json index 0e6c9e8..810c63b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cli-schema", - "version": "2.1.0", + "version": "3.0.0", "description": "Canonical JSON Schema for declarative CLI definitions", "keywords": [ "cli",