Skip to content
This repository was archived by the owner on Dec 31, 2022. It is now read-only.

Commit 1fa7576

Browse files
committed
v1.2.0
1 parent d4341a2 commit 1fa7576

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [1.2.0] - 2018-10-03
10+
11+
### Updated
12+
- Ember Data blueprints now align with the per-type registry files (#10)
13+
914
## [1.1.0] - 2018-09-10
1015

1116
### Added
@@ -16,5 +21,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1621
This release was the initial import of all existing blueprints from [ember-cli-typescript].
1722

1823
[ember-cli-typescript]: https://github.com/typed-ember/ember-cli-typescript
19-
[unreleased]: https://github.com/typed-ember/ember-cli-typescript-blueprints/compare/v1.1.0...HEAD
24+
[unreleased]: https://github.com/typed-ember/ember-cli-typescript-blueprints/compare/v1.2.0...HEAD
25+
[1.2.0]: https://github.com/typed-ember/ember-cli-typescript-blueprints/compare/v1.1.0...v1.2.0
2026
[1.1.0]: https://github.com/typed-ember/ember-cli-typescript-blueprints/compare/54697b4...v1.1.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-blueprints",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "TypeScript blueprints for generating ember-cli entities",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)