Skip to content

Commit ca8f502

Browse files
committed
Released v0.1.1
1 parent 68ade0f commit ca8f502

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
#### Community Contributions
1+
## 0.1.1
2+
3+
- update ember-cli-deploy-plugin [\#25](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/25) ([ghedamat](https://github.com/ghedamat))
4+
- fixing a small typo [\#20](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/20) ([kiwiupover](https://github.com/kiwiupover))
5+
6+
## 0.1.0
27

38
- [#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)
49
- [#2](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/2) Add circle.yml [@achambers](https://github.com/achambers)

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-build",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A Build Plugin for ember-cli-deploy",
55
"directories": {
66
"doc": "doc",
@@ -29,6 +29,7 @@
2929
"ember-cli-ic-ajax": "0.1.1",
3030
"ember-cli-inject-live-reload": "^1.3.0",
3131
"ember-cli-qunit": "0.3.10",
32+
"ember-cli-release": "1.0.0-beta.1",
3233
"ember-cli-uglify": "1.0.1",
3334
"ember-data": "1.0.0-beta.16.1",
3435
"ember-disable-prototype-extensions": "^1.0.0",

0 commit comments

Comments
 (0)