Skip to content

Commit c6ba5f1

Browse files
author
Robert Jackson
committed
Release 1.0.0
1 parent 5e1eea2 commit c6ba5f1

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## v1.0.0 (2019-09-21)
2+
3+
#### :boom: Breaking Change
4+
* [#95](https://github.com/emberjs/ember-optional-features/pull/95) Drop support for Node 6 ([@Turbo87](https://github.com/Turbo87))
5+
6+
#### :rocket: Enhancement
7+
* [#132](https://github.com/emberjs/ember-optional-features/pull/132) Add default-async-observers optional feature. ([@rwjblue](https://github.com/rwjblue))
8+
* [#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))
9+
10+
#### :memo: Documentation
11+
* [#34](https://github.com/emberjs/ember-optional-features/pull/34) Document API for reading features at build/run-time ([@bendemboski](https://github.com/bendemboski))
12+
13+
#### :house: Internal
14+
* [#96](https://github.com/emberjs/ember-optional-features/pull/96) Update ESLint to v5.x ([@Turbo87](https://github.com/Turbo87))
15+
16+
#### Committers: 4
17+
- Ben Demboski ([@bendemboski](https://github.com/bendemboski))
18+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
19+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
20+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
21+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember/optional-features",
3-
"version": "0.7.0",
3+
"version": "1.0.0",
44
"description": "The default blueprint for ember-cli addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)