Skip to content

Commit

Permalink
Released v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Feb 7, 2016
1 parent 68ade0f commit ca8f502
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#### Community Contributions
## 0.1.1

- update ember-cli-deploy-plugin [\#25](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/25) ([ghedamat](https://github.com/ghedamat))
- fixing a small typo [\#20](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/20) ([kiwiupover](https://github.com/kiwiupover))

## 0.1.0

- [#1](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/1) Update chalk to be a production dependency instead of dev [@achambers](https://github.com/achambers)
- [#2](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/2) Add circle.yml [@achambers](https://github.com/achambers)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-deploy-build",
"version": "0.1.0",
"version": "0.1.1",
"description": "A Build Plugin for ember-cli-deploy",
"directories": {
"doc": "doc",
Expand Down Expand Up @@ -29,6 +29,7 @@
"ember-cli-ic-ajax": "0.1.1",
"ember-cli-inject-live-reload": "^1.3.0",
"ember-cli-qunit": "0.3.10",
"ember-cli-release": "1.0.0-beta.1",
"ember-cli-uglify": "1.0.1",
"ember-data": "1.0.0-beta.16.1",
"ember-disable-prototype-extensions": "^1.0.0",
Expand Down

0 comments on commit ca8f502

Please sign in to comment.