Skip to content

Commit e4de9bc

Browse files
chore(main): release 2.1.2
1 parent 2756e99 commit e4de9bc

File tree

3 files changed

+25
-186
lines changed

3 files changed

+25
-186
lines changed

Diff for: CHANGELOG.md

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

3+
## [2.1.2](https://github.com/netlify/angular-runtime/compare/v2.1.1...v2.1.2) (2024-05-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
* **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))
10+
311
## [2.1.1](https://github.com/netlify/angular-runtime/compare/v2.1.0...v2.1.1) (2024-05-27)
412

513

Diff for: package-lock.json

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

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/angular-runtime",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Netlify Angular Runtime - Run Angular seamlessly on Netlify.",
55
"main": "src/index.js",
66
"files": [
@@ -63,7 +63,7 @@
6363
"husky": "^4.3.0",
6464
"netlify-cli": "^17.23.8",
6565
"@netlify/build": "^29.28.2",
66-
"npm-run-all2": "^5.0.0",
66+
"npm-run-all": "^4.1.5",
6767
"prettier": "^2.1.2"
6868
},
6969
"dependencies": {

0 commit comments

Comments
 (0)