Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 2.1.2 #120

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.1.2](https://github.com/netlify/angular-runtime/compare/v2.1.1...v2.1.2) (2024-10-21)


### Bug Fixes

* **deps:** update dependency @netlify/edge-functions to ^2.8.1 ([#119](https://github.com/netlify/angular-runtime/issues/119)) ([42904c1](https://github.com/netlify/angular-runtime/commit/42904c139c706094205dc21a84b290c3204aad13))
* **deps:** update dependency fs-extra to v11.2.0 ([#99](https://github.com/netlify/angular-runtime/issues/99)) ([186dc1e](https://github.com/netlify/angular-runtime/commit/186dc1ea3d2f2e5b379fbec2f76f7cdd77219155))

## [2.1.1](https://github.com/netlify/angular-runtime/compare/v2.1.0...v2.1.1) (2024-05-27)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/angular-runtime",
"version": "2.1.1",
"version": "2.1.2",
"description": "Netlify Angular Runtime - Run Angular seamlessly on Netlify.",
"main": "src/index.js",
"files": [
Expand Down
Loading