From fb689ea511f19ac5ac8c2e8fffebc8c7881d1919 Mon Sep 17 00:00:00 2001 From: Victor Savkin Date: Tue, 24 Apr 2018 12:06:16 -0400 Subject: [PATCH] Release 1.0.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfde6c4e7a725..be14f7d53cebf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ The `nrwl/nx` and `nrwl/schematics` packages are released together. You must use the same version of the two packages. +# 1.0.1 + +## Fixes + +* **schematic:** add a migration to add tsconfig.tools.json ([c18baf0](https://github.com/nrwl/nx/commit/c18baf0)) + # 1.0.0 ## Fixes diff --git a/package.json b/package.json index 345258b60049e..3342ad22d031e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nrwl/nx-source", - "version": "1.0.1-beta.1", + "version": "1.0.1", "description": "Nrwl Extensions for Angular", "main": "index.js", "private": true,