Skip to content

Commit 334ec9e

Browse files
committed
Add dates to releases in CHANGELOG.md
1 parent fae6ab2 commit 334ec9e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1919
* `tsconfig.json` is no longer so annoyingly temperamental; you can largely do what you want with it
2020
* `ember serve` no longer triggers a full rebuild of all TypeScript files every time _any_ file in your project changes.
2121

22-
## [1.0.6]
22+
## [1.0.6] - 2017-12-17
2323

2424
### Changed
2525

2626
* Update to broccoli-typescript-compiler 2.1.1, for proper support for TS 2.6. This should make your build properly respect things like // @ts-ignore special comments.
2727

28-
## [1.0.5]
28+
## [1.0.5] - 2017-11-23
2929

3030
### Fixed
3131

3232
* Updated the `tsconfig.json` blueprint to set the `noImplicitThis` option to `true`, improving experience around use of updated type definitions
3333

34-
## [1.0.4]
34+
## [1.0.4] - 2017-11-13
3535

3636
### Changed
3737

@@ -46,26 +46,26 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
4646

4747
* Made everything [✨ Prettier ✨](https://prettier.io)
4848

49-
## [1.0.3]
49+
## [1.0.3] - 2017-08-22
5050

5151
### Changed
5252

5353
* TS info messages now go to `stdout` and TS error messages now properly go to `stderr`
5454
* Fixed a dead link in the README
5555

56-
## [1.0.2]
56+
## [1.0.2] - 2017-08-16
5757

5858
### Fixed
5959

6060
* Updates the generated `tsconfig.json` to set `"modules": "ES6"` in the compiler options, so that codemods which operate on modules, like [babel-plugin-ember-modules-api-polyfill](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/), will actually work. (Yes, this is 1.0.1, but done correctly.)
6161

62-
## [1.0.1]
62+
## [1.0.1] - 2017-08-16
6363

6464
### Changed
6565

6666
* Updates the generated `tsconfig.json` to set `"modules": "ES6"` in the compiler options, so that codemods which operate on modules, like [babel-plugin-ember-modules-api-polyfill](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/), will actually work.
6767

68-
## [1.0.0]
68+
## [1.0.0] - 2017-08-08
6969

7070
### Added
7171

0 commit comments

Comments
 (0)