Skip to content

release: cut the 0.7.2 release #256

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.7.2](https://github.com/nativescript/nativescript-schematics/compare/0.7.1...0.7.2) (2019-10-03)


### Bug Fixes

* don't check the `.d.ts` files from `node_modules` ([a69b785](https://github.com/nativescript/nativescript-schematics/commit/a69b785)), closes [/github.com/DefinitelyTyped/DefinitelyTyped/pull/38412/files#diff-704f3d6b17350ee2426b25280154df4](https://github.com//github.com/DefinitelyTyped/DefinitelyTyped/pull/38412/files/issues/diff-704f3d6b17350ee2426b25280154df4)
* fix extends inside tsconfig.spec.json to include its base tsconfig.json from the correct location ([32e4462](https://github.com/nativescript/nativescript-schematics/commit/32e4462))


## [0.7.1](https://github.com/nativescript/nativescript-schematics/compare/0.7.0...0.7.1) (2019-08-21)


Expand Down