Skip to content

Commit 13a07ee

Browse files
committed
Released v0.4.0
1 parent db3b258 commit 13a07ee

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [0.4.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/tree/0.4.0) (2016-04-01)
4+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/compare/v0.3.1...0.4.0)
5+
6+
- Take `filePattern` into account when determining `isGzipped` status [\#59](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/59) ([elidupuis](https://github.com/elidupuis))
7+
38
## [v0.3.1](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/tree/0.3.1) (2016-02-21)
49
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/compare/v0.3.0...v0.3.1)
510

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-index",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "Ember CLI Deploy plugin to deploy ember-cli's bootstrap index file to S3.",
55
"directories": {
66
"doc": "doc",
@@ -58,4 +58,4 @@
5858
"ember-addon": {
5959
"configPath": "tests/dummy/config"
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)