From 7fa3f98b1b39ee4c5bf2b893fcdb042d0f07b21e Mon Sep 17 00:00:00 2001 From: Ion Gireada Date: Mon, 8 Dec 2025 15:47:35 +0200 Subject: [PATCH] chore(main): release 2.1.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 407c2b9..742c073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.1.0](https://github.com/ioncakephper/cli-schema/compare/v2.0.1...v2.1.0) (2025-12-08) + + +### Features + +* **schema:** Enhance argument and option schema with default values, validation, and advanced options ([e96a42c](https://github.com/ioncakephper/cli-schema/commit/e96a42c9fee344ba3ba57714f48ac7ac420e731a)) +* **schema:** Enhance argument and option schema with default values, validation, and advanced options ([ce1c541](https://github.com/ioncakephper/cli-schema/commit/ce1c541b95e8cae636acdf32e412f97bccfd23bf)) + ## [2.0.1](https://github.com/ioncakephper/cli-schema/compare/v2.0.0...v2.0.1) (2025-12-08) diff --git a/package-lock.json b/package-lock.json index 5d66be2..23f7351 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cli-schema", - "version": "2.0.1", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cli-schema", - "version": "2.0.1", + "version": "2.1.0", "license": "MIT", "dependencies": { "ajv": "^8.12.0", diff --git a/package.json b/package.json index 4267394..0e6c9e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cli-schema", - "version": "2.0.1", + "version": "2.1.0", "description": "Canonical JSON Schema for declarative CLI definitions", "keywords": [ "cli",