Skip to content

Commit 04af6fd

Browse files
chore(main): release 2.2.1
1 parent ce7ce06 commit 04af6fd

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.2.1](https://github.com/netlify/angular-runtime/compare/v2.2.0...v2.2.1) (2024-11-20)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
* 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))
10+
311
## [2.2.0](https://github.com/netlify/angular-runtime/compare/v2.1.1...v2.2.0) (2024-11-19)
412

513

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/angular-runtime",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Netlify Angular Runtime - Run Angular seamlessly on Netlify.",
55
"main": "src/index.js",
66
"files": [

0 commit comments

Comments
 (0)