Skip to content

Commit a8a8688

Browse files
committed
Release 1.2.0
1 parent e67e639 commit a8a8688

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -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+
19
## v1.1.1 (2019-09-15)
210

311
#### :bug: Bug Fix

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember/edition-utils",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Utilities to detect if a given edition is in use in an ember-cli application.",
55
"repository": "https://github.com/emberjs/ember-octane-utils.git",
66
"license": "MIT",

0 commit comments

Comments
 (0)