diff --git a/CHANGELOG.md b/CHANGELOG.md index f9e6989ff2..d5459396e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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/sbb-design-systems/sbb-angular/compare/19.0.0-rc.0...19.0.0) (2024-11-20) + +### ⚠ BREAKING CHANGES + +* This updates our libraries to Angular 19. + +This is now the stable release that can be used for production. + ## [19.0.0-rc.0](https://github.com/sbb-design-systems/sbb-angular/compare/18.0.0...19.0.0-rc.0) (2024-11-20) diff --git a/package.json b/package.json index e5fe591b13..ebff5158bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sbb-angular", - "version": "19.0.0-rc.0", + "version": "19.0.0", "private": true, "engines": { "node": "^18.19.1 || >=20.11.1",