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

Commit 83fefec

Browse files
committed
v1.1.0
1 parent fd88b5b commit 83fefec

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [1.1.0] - 2018-09-10
10+
11+
### Added
12+
- Support for generating components in a module unification project (#8)
13+
14+
## 1.0.0 - 2018-08-21
15+
16+
This release was the initial import of all existing blueprints from [ember-cli-typescript].
17+
18+
[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
20+
[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.0.0",
3+
"version": "1.1.0",
44
"description": "TypeScript blueprints for generating ember-cli entities",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)