From 7faedd67f10bbf0ecae94f3ab17292b861e02ba0 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Tue, 16 Jun 2020 10:52:24 -0700 Subject: [PATCH] chore: v9 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5e8ec91..52efcfef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [9.0.0](https://github.com/nativescript/nativescript-schematics/compare/1.0.0...9.0.0) (2020-06-16) + + +### Features + +* **angular:** v9 support ([#276](https://github.com/nativescript/nativescript-schematics/issues/276)) ([0bacc61](https://github.com/nativescript/nativescript-schematics/commit/0bacc61bb727d9105c4f39e9d98de6aa0417d1fc)) + + + ## [1.0.0](https://github.com/nativescript/nativescript-schematics/compare/0.7.3...1.0.0) (2019-12-12) diff --git a/package.json b/package.json index 227cdf8a..2787b1bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/schematics", - "version": "9.0.0-beta.0", + "version": "9.0.0", "description": "Schematics for NativeScript Angular apps.", "scripts": { "build": "tsc -p tsconfig.json",