diff --git a/CHANGELOG.md b/CHANGELOG.md index a31df0bb..44975e26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.2.1](https://github.com/netlify/angular-runtime/compare/v2.2.0...v2.2.1) (2024-11-20) + + +### Bug Fixes + +* add check for existence of runtime package in user project ([#226](https://github.com/netlify/angular-runtime/issues/226)) ([ce7ce06](https://github.com/netlify/angular-runtime/commit/ce7ce0604c9b302c51ce34ae690cf16e28eb9c27)) +* add more variants of known/default server.ts ([#229](https://github.com/netlify/angular-runtime/issues/229)) ([8547d35](https://github.com/netlify/angular-runtime/commit/8547d359b3344b530f1ac27547520665ef63429b)) +* update readme with installation notes for Angular 19 ([#223](https://github.com/netlify/angular-runtime/issues/223)) ([967bb66](https://github.com/netlify/angular-runtime/commit/967bb66a8190808c97c08c2dbaa702110bc962b5)) + ## [2.2.0](https://github.com/netlify/angular-runtime/compare/v2.1.1...v2.2.0) (2024-11-19) diff --git a/package-lock.json b/package-lock.json index ce897f81..057e9125 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/angular-runtime", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@netlify/angular-runtime", - "version": "2.2.0", + "version": "2.2.1", "license": "MIT", "dependencies": { "fs-extra": "^11.1.1", diff --git a/package.json b/package.json index 079e7340..1d5b9b9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/angular-runtime", - "version": "2.2.0", + "version": "2.2.1", "description": "Netlify Angular Runtime - Run Angular seamlessly on Netlify.", "main": "src/index.js", "files": [