Skip to content

Commit c858e2b

Browse files
chore(main): release 2.0.2
1 parent 38f3e63 commit c858e2b

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.0.2](https://github.com/netlify/angular-runtime/compare/v2.0.1...v2.0.2) (2023-11-09)
4+
5+
6+
### Bug Fixes
7+
8+
* install run-s and run-p ([#73](https://github.com/netlify/angular-runtime/issues/73)) ([38f3e63](https://github.com/netlify/angular-runtime/commit/38f3e63741332b57cd8926c139ba1ad0ec68dbeb))
9+
* replace `defaultProject` with environment variable ([#75](https://github.com/netlify/angular-runtime/issues/75)) ([ee4f818](https://github.com/netlify/angular-runtime/commit/ee4f81819f1b3b92c863bbcad133c9755bf4c8d0))
10+
311
## [2.0.1](https://github.com/netlify/angular-runtime/compare/v2.0.0...v2.0.1) (2023-11-09)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)