From 085191da9e969268dec0e807a4d7e4cc818d0fd0 Mon Sep 17 00:00:00 2001 From: vchimev Date: Thu, 30 Mar 2017 16:50:08 +0300 Subject: [PATCH 1/2] release: cut the 1.5.1 release --- nativescript-angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index e5aac5c37..e50321de6 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "nativescript-angular", - "version": "1.5.0", + "version": "1.5.1", "description": "An Angular 2 renderer that lets you build mobile apps with NativeScript.", "homepage": "http://www.telerik.com", "bugs": "http://www.telerik.com", From 62853c391bc7adf50fb72a367a4e373aa2752a8d Mon Sep 17 00:00:00 2001 From: vchimev Date: Thu, 30 Mar 2017 16:54:53 +0300 Subject: [PATCH 2/2] docs: update CHANGELOG for 1.5.1 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b8ec2b11..254dfef98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [1.5.1](https://github.com/NativeScript/nativescript-angular/compare/v1.5.0...v1.5.1) (2017-03-30) + + +### Bug Fixes + +* **action bar:** attach #comment nodes with _addView ([#729](https://github.com/NativeScript/nativescript-angular/issues/729)) ([be93db6](https://github.com/NativeScript/nativescript-angular/commit/be93db6)), closes [#725](https://github.com/NativeScript/nativescript-angular/issues/725) +* **ns-router-link:** navigate with urlTree ([#728](https://github.com/NativeScript/nativescript-angular/issues/728)) ([71058f8](https://github.com/NativeScript/nativescript-angular/commit/71058f8)), closes [#724](https://github.com/NativeScript/nativescript-angular/issues/724) + + + # [1.5.0](https://github.com/NativeScript/nativescript-angular/compare/v1.4.1...v1.5.0) (2017-03-22)