We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e67e639 commit a8a8688Copy full SHA for a8a8688
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## v1.2.0 (2019-12-11)
2
+
3
+#### :rocket: Enhancement
4
+* [#4](https://github.com/emberjs/ember-edition-utils/pull/4) Refactor edition detection for [emberjs/rfcs#558](https://github.com/emberjs/rfcs/pull/558). ([@rwjblue](https://github.com/rwjblue))
5
6
+#### Committers: 1
7
+- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
8
9
## v1.1.1 (2019-09-15)
10
11
#### :bug: Bug Fix
package.json
@@ -1,6 +1,6 @@
{
"name": "@ember/edition-utils",
- "version": "1.1.1",
+ "version": "1.2.0",
"description": "Utilities to detect if a given edition is in use in an ember-cli application.",
"repository": "https://github.com/emberjs/ember-octane-utils.git",
"license": "MIT",
0 commit comments