Skip to content

Commit c087d48

Browse files
committed
chore(release): 11.0.0
1 parent ccf90a0 commit c087d48

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [11.0.0](https://github.com/nativescript/nativescript-schematics/compare/10.0.0...11.0.0) (2020-12-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **angular:** update typescript to version 4 for ng new ([#303](https://github.com/nativescript/nativescript-schematics/issues/303)) ([605b24a](https://github.com/nativescript/nativescript-schematics/commit/605b24a1307648dcb7a19e22b08dada51e8c5472))
7+
8+
9+
### Features
10+
11+
* Angular 11 and TypeScript 4 ([ccf90a0](https://github.com/nativescript/nativescript-schematics/commit/ccf90a08e44a16e6fbf3ca2c3f58d8925feda34e))
12+
13+
14+
115
## [10.0.1](https://github.com/nativescript/nativescript-schematics/compare/9.0.0...10.0.1) (2020-07-30)
216

317
### 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/schematics",
3-
"version": "10.1.0",
3+
"version": "11.0.0",
44
"description": "Schematics for NativeScript Angular apps.",
55
"scripts": {
66
"clean": "npx rimraf node_modules package-lock.json && npm i",

0 commit comments

Comments
 (0)