Skip to content

Commit aac9744

Browse files
committed
Release 1.1.0
1 parent 150f4f0 commit aac9744

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1+
## v1.1.0 (2019-09-15)
2+
3+
#### :rocket: Enhancement
4+
* [#1](https://github.com/emberjs/ember-edition-utils/pull/1) Allow falling back to process.env.EMBER_VERSION. ([@rwjblue](https://github.com/rwjblue))
5+
6+
#### :memo: Documentation
7+
* [#2](https://github.com/emberjs/ember-edition-utils/pull/2) Add some basic README content. ([@rwjblue](https://github.com/rwjblue))
8+
9+
#### Committers: 1
10+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
11+
112
Could not infer "repo" from the "package.json" file.
213

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