We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d9998 commit fa482e0Copy full SHA for fa482e0
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## v1.1.0 (2019-10-23)
2
+
3
+#### :rocket: Enhancement
4
+* [#148](https://github.com/emberjs/ember-optional-features/pull/148) [FEATURE] Adds isFeatureExplicitlySet API ([@pzuraq](https://github.com/pzuraq))
5
6
+#### Committers: 2
7
+- Chris Garrett ([@pzuraq](https://github.com/pzuraq))
8
+- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
9
10
## v1.0.0 (2019-09-21)
11
12
#### :boom: Breaking Change
package.json
@@ -1,6 +1,6 @@
{
"name": "@ember/optional-features",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
0 commit comments