Skip to content

Commit 7a78306

Browse files
committed
Release 1.1.1
1 parent 1205f82 commit 7a78306

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.1.1 (2019-09-15)
2+
3+
#### :bug: Bug Fix
4+
* [#3](https://github.com/emberjs/ember-edition-utils/pull/3) Force setEdition / has to normalize (by lowercasing) ([@rwjblue](https://github.com/rwjblue))
5+
6+
#### Committers: 1
7+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
8+
19
## v1.1.0 (2019-09-15)
210

311
#### :rocket: Enhancement

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.0",
3+
"version": "1.1.1",
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)