File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]
88
9+ ## [ 1.3.0-beta.2]
10+
11+ ### Fixed
12+
13+ * Synchronization between tsc and the broccoli build process has been improved, reducing spurious rebuilds.
14+
915## [ 1.3.0-beta.1]
1016
1117### Added
@@ -222,7 +228,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
222228* Basic, semi-working functionality.
223229
224230[ ember-cli-typify ] : https://github.com/winding-lines/ember-cli-typify
225- [ unreleased ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.0-beta.1...HEAD
231+ [ unreleased ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.0-beta.2...HEAD
232+ [ 1.3.0-beta.2 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.0-beta.1...v1.3.0-beta.2
226233[ 1.3.0-beta.1 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.2.1...v1.3.0-beta.1
227234[ 1.2.1 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.2.0...v1.2.1
228235[ 1.2.0 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.6...v1.2.0
Original file line number Diff line number Diff line change 11{
22 "name" : " ember-cli-typescript" ,
3- "version" : " 1.3.0-beta.1 " ,
3+ "version" : " 1.3.0-beta.2 " ,
44 "description" : " Allow ember apps to use typescript files." ,
55 "keywords" : [
66 " ember-addon" ,
You can’t perform that action at this time.
0 commit comments