Skip to content

Commit

Permalink
Release v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Mar 1, 2019
1 parent 03bed0c commit 84707b2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# ember-cli Changelog

## v3.8.1

#### Blueprint Changes

- [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v3.8.0...v3.8.1)
- [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v3.8.0...v3.8.1)

#### Community Contributions

- [#8261](https://github.com/ember-cli/ember-cli/pull/8261) add server/**/*.js to eslint node files for app [@kellyselden](https://github.com/kellyselden)
- [#8467](https://github.com/ember-cli/ember-cli/pull/8467) Ensure npm version is available during ember new / ember install foo. [@rwjblue](https://github.com/rwjblue)

Thank you to all who took the time to contribute!


## v3.8.0

#### Blueprint Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli",
"version": "3.8.0",
"version": "3.8.1",
"description": "Command line tool for developing ambitious ember.js apps",
"keywords": [
"app",
Expand Down

0 comments on commit 84707b2

Please sign in to comment.