diff --git a/CHANGELOG.md b/CHANGELOG.md index b2c1acb..62fdb0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.2.2] - 2024-11-05 + ## Changed - Updated manifest schema diff --git a/package.json b/package.json index fd47025..5a59410 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@micro-lc/compose-toolkit", - "version": "0.2.1", + "version": "0.2.2", "types": "./dist/types/index.d.ts", "license": "SEE LICENSE IN LICENSE", "packageManager": "yarn@4.3.1",