Skip to content

Commit a0fd7f5

Browse files
committed
release: 14.0.1
1 parent 4a5ea46 commit a0fd7f5

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [14.0.1](https://github.com/NativeScript/angular/compare/14.0.0...14.0.1) (2022-06-23)
2+
3+
4+
### Bug Fixes
5+
6+
* handle standalone component routing with loadComponent ([#73](https://github.com/NativeScript/angular/issues/73)) ([4a5ea46](https://github.com/NativeScript/angular/commit/4a5ea4675c5cb576add6ea0afc96c4b11e395d88))
7+
8+
9+
110
# [14.0.0](https://github.com/NativeScript/angular/compare/13.0.4...14.0.0) (2022-06-15)
211

312

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-angular",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

packages/angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/angular",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"homepage": "https://nativescript.org/",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)