Skip to content

Commit 300fba5

Browse files
committed
release: cut the 0.5.2 release
1 parent 9b1c31c commit 300fba5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.5.2](https://github.com/nativescript/nativescript-schematics/compare/0.5.1...0.5.2) (2019-03-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **ng-new:** make resolution of lazily-loaded routes consistent between web and mobile ([#198](https://github.com/nativescript/nativescript-schematics/issues/198)) ([9b1c31c](https://github.com/nativescript/nativescript-schematics/commit/9b1c31c)), closes [#197](https://github.com/nativescript/nativescript-schematics/issues/197)
7+
* fix the slow execution of `ng generate component` ([#190](https://github.com/NativeScript/nativescript-schematics/pull/190))
8+
9+
10+
111
## [0.5.1](https://github.com/nativescript/nativescript-schematics/compare/0.5.0...0.5.1) (2019-02-19)
212

313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/schematics",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Schematics for NativeScript Angular apps.",
55
"scripts": {
66
"build": "tsc -p tsconfig.json",

0 commit comments

Comments
 (0)