Skip to content

Commit 17c922f

Browse files
committed
Released v0.2.1
1 parent 021fb65 commit 17c922f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Change Log
2+
3+
## [0.2.1](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/0.2.1) (2016-02-06)
4+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.2.0...0.2.1)
5+
6+
#### Community Contributions
7+
8+
- update ember-cli-deploy-plugin [\#45](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/45) ([ghedamat](https://github.com/ghedamat))
9+
- Fix AWS Credential Resolution link in README [\#43](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/43) ([reidab](https://github.com/reidab))
10+
111
### v0.2.0
212

313
#### Community Contributions

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-s3",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "An ember-cli-deploy plugin to upload to s3",
55
"directories": {
66
"doc": "doc",
@@ -49,7 +49,7 @@
4949
"chalk": "^1.0.0",
5050
"core-object": "^1.1.0",
5151
"ember-cli-babel": "^5.0.0",
52-
"ember-cli-deploy-plugin": "^0.2.1",
52+
"ember-cli-deploy-plugin": "^0.2.2",
5353
"lodash": "^3.9.3",
5454
"mime": "^1.3.4",
5555
"minimatch": "^2.0.4"

0 commit comments

Comments
 (0)