Skip to content

Commit 6917206

Browse files
committed
chore(release): 10.0.1
1 parent 55fa354 commit 6917206

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [10.0.1](https://github.com/nativescript/nativescript-schematics/compare/9.0.0...10.0.1) (2020-07-30)
2+
3+
### Features
4+
5+
* **angular:** v10 support ([#286](https://github.com/nativescript/nativescript-schematics/issues/286)) ([55fa354](https://github.com/nativescript/nativescript-schematics/commit/55fa3549c1439c1f0a2af601128ea97cacedca07))
6+
7+
### Bug Fixes
8+
9+
* **angular:** remove `@angular/http` dependency from blueprints for Angular 9 … ([#280](https://github.com/nativescript/nativescript-schematics/issues/280)) ([b5678dd](https://github.com/nativescript/nativescript-schematics/commit/b5678dd0e44e30e0255b60b4368d93a9ded46ab0))
10+
11+
112
# [9.0.0](https://github.com/nativescript/nativescript-schematics/compare/1.0.0...9.0.0) (2020-06-16)
213

314

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"debug": "node --debug-brk $(which ng) g command",
1313
"debug-v8": "node --inspect-brk $(which ng) g command",
1414
"debug-ng-new": "node --inspect-brk $(which ng) new -c=@nativescript/schematics projectName",
15-
"version": "rm package-lock.json && conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
15+
"version": "rm package-lock.json && npm run changelog && git add CHANGELOG.md",
16+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
1617
"lint": "tslint --project ./tsconfig.json -c ./tslint.json 'src/**/*.ts'",
1718
"lint:fix": "tslint --project ./tsconfig.json -c ./tslint.json 'src/**/*.ts' --fix"
1819
},

0 commit comments

Comments
 (0)