diff --git a/CHANGELOG.md b/CHANGELOG.md index a8e646a..f652583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.1](https://github.com/retejs/angular-plugin/compare/v2.2.0...v2.2.1) (2024-09-14) + + +### Bug Fixes + +* fix peer dependencies constraints ([5870f77](https://github.com/retejs/angular-plugin/commit/5870f773b4029d211f99af1490af12196e3b0ccb)) + # [2.2.0](https://github.com/retejs/angular-plugin/compare/v2.1.2...v2.2.0) (2024-09-14) diff --git a/package-lock.json b/package-lock.json index a3b593e..e325b86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rete-angular-plugin", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rete-angular-plugin", - "version": "2.2.0", + "version": "2.2.1", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index ed0e853..db37614 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rete-angular-plugin", - "version": "2.2.0", + "version": "2.2.1", "scripts": { "ng": "ng", "build": "npm run build:legacy && npm run build:12 && npm run build:13 && npm run build:14 && npm run build:15 && npm run build:16 && npm run build:17 && npm run build:18",