Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
rwjblue committed Sep 21, 2019
1 parent 5e1eea2 commit c6ba5f1
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## v1.0.0 (2019-09-21)

#### :boom: Breaking Change
* [#95](https://github.com/emberjs/ember-optional-features/pull/95) Drop support for Node 6 ([@Turbo87](https://github.com/Turbo87))

#### :rocket: Enhancement
* [#132](https://github.com/emberjs/ember-optional-features/pull/132) Add default-async-observers optional feature. ([@rwjblue](https://github.com/rwjblue))
* [#97](https://github.com/emberjs/ember-optional-features/pull/97) template-only-glimmer-components: Add support for pods and mixed layouts ([@Turbo87](https://github.com/Turbo87))

#### :memo: Documentation
* [#34](https://github.com/emberjs/ember-optional-features/pull/34) Document API for reading features at build/run-time ([@bendemboski](https://github.com/bendemboski))

#### :house: Internal
* [#96](https://github.com/emberjs/ember-optional-features/pull/96) Update ESLint to v5.x ([@Turbo87](https://github.com/Turbo87))

#### Committers: 4
- Ben Demboski ([@bendemboski](https://github.com/bendemboski))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ember/optional-features",
"version": "0.7.0",
"version": "1.0.0",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"

0 comments on commit c6ba5f1

Please sign in to comment.