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
6
6
7
7
## [ Unreleased]
8
8
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
+
9
15
## [ 1.3.0-beta.1]
10
16
11
17
### Added
@@ -222,7 +228,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
222
228
* Basic, semi-working functionality.
223
229
224
230
[ 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
226
233
[ 1.3.0-beta.1 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.2.1...v1.3.0-beta.1
227
234
[ 1.2.1 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.2.0...v1.2.1
228
235
[ 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 1
1
{
2
2
"name" : " ember-cli-typescript" ,
3
- "version" : " 1.3.0-beta.1 " ,
3
+ "version" : " 1.3.0-beta.2 " ,
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