Skip to content

Commit 6b11ba1

Browse files
committed
v1.3.0-beta.2
1 parent f645cfa commit 6b11ba1

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)