File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.2.0] - 2018-03-05
10
+
9
11
### Added
10
12
11
13
* Blueprint (and tests) to generate in-repo addons configured for TypeScript
@@ -198,7 +200,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
198
200
* Basic, semi-working functionality.
199
201
200
202
[ ember-cli-typify ] : https://github.com/winding-lines/ember-cli-typify
201
- [ unreleased ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.6...HEAD
203
+ [ unreleased ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.2.0...HEAD
204
+ [ 1.2.0 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.6...v1.2.0
202
205
[ 1.1.6 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.5...v1.1.6
203
206
[ 1.1.5 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.4...v1.1.5
204
207
[ 1.1.4 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.3...v1.1.4
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-cli-typescript" ,
3
- "version" : " 1.1.6 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " Allow ember apps to use typescript files." ,
5
5
"keywords" : [
6
6
" ember-addon" ,
You can’t perform that action at this time.
0 commit comments