diff --git a/CHANGELOG.md b/CHANGELOG.md index a44962e..88916e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [2.0.0](https://github.com/ioncakephper/cli-schema/compare/v1.1.0...v2.0.0) (2025-12-08) + + +### ⚠ BREAKING CHANGES + +* **examples:** This commit introduces breaking changes. +* **schema:** This commit introduces breaking changes. + +### Features + +* **schema:** Require 'cli' property at the root level ([4dfd528](https://github.com/ioncakephper/cli-schema/commit/4dfd528df98d8d441d09b04efde6011fb601761d)) + + +### Documentation + +* **examples:** update examples and README for required 'cli' root object ([099617a](https://github.com/ioncakephper/cli-schema/commit/099617af549fd24ad92cdd44e4dfd0a81b60fc8e)) + ## [1.1.0](https://github.com/ioncakephper/cli-schema/compare/1.0.7...v1.1.0) (2025-12-08) ### Features diff --git a/package-lock.json b/package-lock.json index 2029a26..253a3d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cli-schema", - "version": "1.1.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cli-schema", - "version": "1.1.0", + "version": "2.0.0", "license": "MIT", "dependencies": { "ajv": "^8.12.0", diff --git a/package.json b/package.json index e6d0c1b..790124e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cli-schema", - "version": "1.1.0", + "version": "2.0.0", "description": "Canonical JSON Schema for declarative CLI definitions", "keywords": [ "cli",