diff --git a/CHANGELOG.md b/CHANGELOG.md index 82c1f05132..d4bf0fec7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +# [11.0.0](https://github.com/akveo/ngx-admin/compare/v10.0.0...v11.0.0) (2023-10-29) + + +### Bug Fixes + +* **package-lock:** update version in package-lock ([#6002](https://github.com/akveo/ngx-admin/issues/6002)) ([e06d9bd](https://github.com/akveo/ngx-admin/commit/e06d9bd)) + +### Features + +* update to Angular 15 ([aa91634](https://github.com/akveo/ngx-admin/commit/aa91634)) + +### BREAKING CHANGES + +- Angular updated to version 14. +- Nebular updated to version 10. + + # [10.0.0](https://github.com/akveo/ngx-admin/compare/v9.0.0...v10.0.0) (2023-03-07) diff --git a/package-lock.json b/package-lock.json index 310f0fda44..78e2a42205 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ngx-admin", - "version": "10.0.0", + "version": "11.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6743c51935..d7bf3e9e8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-admin", - "version": "10.0.0", + "version": "11.0.0", "license": "MIT", "repository": { "type": "git",