Skip to content

Commit 8115cd3

Browse files
authored
release: cut the 0.5.0 release (#184)
1 parent 2a7420a commit 8115cd3

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [0.5.0](https://github.com/nativescript/nativescript-schematics/compare/0.4.0...0.5.0) (2019-01-07)
2+
3+
4+
### Bug Fixes
5+
6+
* resolve main.tns.ts with webpack's VFS instead with TS ([#174](https://github.com/nativescript/nativescript-schematics/issues/174)) ([7d9622d](https://github.com/nativescript/nativescript-schematics/commit/7d9622d)), closes [#173](https://github.com/nativescript/nativescript-schematics/issues/173) [#173](https://github.com/nativescript/nativescript-schematics/issues/173)
7+
8+
9+
### Features
10+
11+
* Official support for Angular 7.1.
12+
13+
* flag to skip adding auto-generated component on `ng new` and `ng add` ([#171](https://github.com/nativescript/nativescript-schematics/issues/171)) ([6c835b1](https://github.com/nativescript/nativescript-schematics/commit/6c835b1))
14+
15+
16+
117
<a name="0.4.0"></a>
218
# [0.4.0](https://github.com/nativescript/nativescript-schematics/compare/0.3.4...0.4.0) (2018-11-13)
319

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.4.0",
3+
"version": "0.5.0",
44
"description": "Schematics for NativeScript Angular apps.",
55
"scripts": {
66
"build": "tsc -p tsconfig.json",

0 commit comments

Comments
 (0)