diff --git a/CHANGELOG.md b/CHANGELOG.md index 640210a..1a35119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v1.1.0 (2019-10-23) + +#### :rocket: Enhancement +* [#148](https://github.com/emberjs/ember-optional-features/pull/148) [FEATURE] Adds isFeatureExplicitlySet API ([@pzuraq](https://github.com/pzuraq)) + +#### Committers: 2 +- Chris Garrett ([@pzuraq](https://github.com/pzuraq)) +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) + ## v1.0.0 (2019-09-21) #### :boom: Breaking Change diff --git a/package.json b/package.json index 5e87ddd..8742f78 100644 --- a/package.json +++ b/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"