diff --git a/CHANGELOG.md b/CHANGELOG.md index 7657ac31..328f47e3 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [19.0.0](https://github.com/Ismaestro/angular-example-app/compare/v18.0.0...v19.0.0) (2024-12-27) + ## [18.0.0](https://github.com/Ismaestro/angular-example-app/compare/v17.0.0...v18.0.0) (2024-12-27) diff --git a/package-lock.json b/package-lock.json index 57a594ed..0541e890 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "angularexampleapp", - "version": "18.0.0", + "version": "19.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "angularexampleapp", - "version": "18.0.0", + "version": "19.0.0", "dependencies": { "@angular/animations": "19.0.5", "@angular/common": "19.0.5", diff --git a/package.json b/package.json index 4778eb73..da87efcb 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angularexampleapp", - "version": "18.0.0", + "version": "19.0.0", "scripts": { "prepare": "husky install", "start": "ng serve --configuration=development-en --open",