Skip to content

Commit 815b83f

Browse files
chore(main): release 2.2.2 (#231)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 9a3b1bd commit 815b83f

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.2](https://github.com/netlify/angular-runtime/compare/v2.2.1...v2.2.2) (2025-02-06)
4+
5+
6+
### Bug Fixes
7+
8+
* correct checking for runtime version installed in the project and provide example API endpoint in code snippets ([#230](https://github.com/netlify/angular-runtime/issues/230)) ([3c7171f](https://github.com/netlify/angular-runtime/commit/3c7171f537db346e8f95f49a69cc7552e6d24d20))
9+
* provide failBuild to getProject calls ([#247](https://github.com/netlify/angular-runtime/issues/247)) ([9a3b1bd](https://github.com/netlify/angular-runtime/commit/9a3b1bdb7b07001d13a8781b0a3fd85c8651f867))
10+
311
## [2.2.1](https://github.com/netlify/angular-runtime/compare/v2.2.0...v2.2.1) (2024-11-20)
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.1",
3+
"version": "2.2.2",
44
"description": "Netlify Angular Runtime - Run Angular seamlessly on Netlify.",
55
"main": "src/index.js",
66
"files": [

0 commit comments

Comments
 (0)