Skip to content

Commit f52b98c

Browse files
committed
docs: update CHANGELOG for 2.0.1
1 parent a6cffa7 commit f52b98c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [2.0.1] - 2019-04-10
10+
11+
### Fixed 🔧
12+
13+
- Correctly handles a mismatch between package and addon names ([#669](https://github.com/typed-ember/ember-cli-typescript/pull/669))
14+
- Uses [Notion](https://www.notionjs.com) to specify Node and Yarn versions correctly. ([#667](https://github.com/typed-ember/ember-cli-typescript/pull/667))
15+
916
## [2.0.0] - 2019-03-13
1017

1118
The bullets below comprise a Greatest Hits list of the fixes and additions from 1.x, but the 2.0 release constitutes a ground-up rewrite of how we handle both transpiling and typechecking TypeScript code. For a full guide for upgrading from 1.x to 2.0, see the [Upgrade Notes document](https://github.com/typed-ember/ember-cli-typescript/blob/13015d2e7ebef9d7b9b8b5acb84a35b8dfde5502/tests/dummy/app/templates/docs/upgrade-notes.md).
@@ -536,7 +543,8 @@ We now use Babel 7's support for TypeScript to build apps and addons. Most of th
536543
* Basic, semi-working functionality.
537544

538545
[ember-cli-typify]: https://github.com/winding-lines/ember-cli-typify
539-
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v2.0.0...HEAD
546+
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v2.0.1...HEAD
547+
[2.0.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v2.0.0...v2.0.1
540548
[2.0.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v2.0.0-rc.2...v2.0.0
541549
[2.0.0-rc.2]: https://github.com/typed-ember/ember-cli-typescript/compare/v2.0.0-rc.1...v2.0.0-rc.2
542550
[2.0.0-rc.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v2.0.0-beta.3...v2.0.0-rc.1

0 commit comments

Comments
 (0)