diff --git a/CHANGELOG.md b/CHANGELOG.md index aafb9eb..78e60fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [3.0.0](https://github.com/Alorel/ngx-sails/compare/2.1.0...3.0.0) (2023-01-27) + + +### ci + +* Add CodeQL action ([cf245f9](https://github.com/Alorel/ngx-sails/commit/cf245f94fa96fbf6cb1e47a135301b779a764e65)) + + +### Features + +* Repackage for Angular 15 ([974f0ae](https://github.com/Alorel/ngx-sails/commit/974f0ae9c5580c9409fa39f68750913de4a8076b)) + + +### BREAKING CHANGES + +* Angular 14 no longer supported + # [2.1.0](https://github.com/Alorel/ngx-sails/compare/2.0.1...2.1.0) (2022-09-05) diff --git a/package-lock.json b/package-lock.json index a2a2854..fab039e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-sails", - "version": "2.1.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ngx-sails", - "version": "2.1.0", + "version": "3.0.0", "license": "MIT", "dependencies": { "@angular/animations": "^15.1.2", diff --git a/package.json b/package.json index 6a0af74..0f045fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-sails", - "version": "2.1.0", + "version": "3.0.0", "scripts": { "start": "ng serve", "build": "ng build ngx-sails", diff --git a/projects/ngx-sails/package.json b/projects/ngx-sails/package.json index 4ac9716..2a15002 100644 --- a/projects/ngx-sails/package.json +++ b/projects/ngx-sails/package.json @@ -1,6 +1,6 @@ { "name": "@aloreljs/ngx-sails", - "version": "2.1.0", + "version": "3.0.0", "author": { "name": "Arturas Molcanovas", "url": "https://github.com/Alorel",