diff --git a/CHANGELOG.md b/CHANGELOG.md index 445d5dc..253cf15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.4.0](https://github.com/retejs/angular-plugin/compare/v2.3.2...v2.4.0) (2025-06-30) + + +### Features + +* angular 20 support ([c773cfc](https://github.com/retejs/angular-plugin/commit/c773cfc9a1bc9bc9619352430370067351f6ba0e)) + ## [2.3.2](https://github.com/retejs/angular-plugin/compare/v2.3.1...v2.3.2) (2025-02-09) diff --git a/package-lock.json b/package-lock.json index 100ce01..f812864 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rete-angular-plugin", - "version": "2.3.2", + "version": "2.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rete-angular-plugin", - "version": "2.3.2", + "version": "2.4.0", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index 8e08e5f..143e320 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rete-angular-plugin", - "version": "2.3.2", + "version": "2.4.0", "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 && npm run build:19 && npm run build:20",