Skip to content

Commit 23a4a89

Browse files
committed
release: 15.0.1
1 parent 9fdb0d2 commit 23a4a89

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [15.0.1](https://github.com/NativeScript/angular/compare/15.0.0...15.0.1) (2022-12-14)
2+
3+
4+
### Bug Fixes
5+
6+
* use inject in ListViewComponent ([#102](https://github.com/NativeScript/angular/issues/102)) ([9fdb0d2](https://github.com/NativeScript/angular/commit/9fdb0d277a3cd0b1c025ebbe109a5cb936ea8425))
7+
8+
9+
110
## [15.0.0](https://github.com/NativeScript/angular/compare/14.2.7...15.0.0) (2022-11-30)
211

312
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-angular",
3-
"version": "15.0.0",
3+
"version": "15.0.1",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/angular",
3-
"version": "15.0.0",
3+
"version": "15.0.1",
44
"homepage": "https://nativescript.org/",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)