Skip to content

Commit ddd966a

Browse files
committed
Merge pull request #57 from LevelbossMike/master
Release v0.3.1
2 parents 5013149 + 80de0ce commit ddd966a

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# Change Log
22

3-
## [0.3.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/tree/0.3.0) (2016-02-06)
4-
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/compare/v0.2.0...0.3.0)
3+
## [v0.3.1](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/tree/0.3.1) (2016-02-21)
4+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/compare/v0.3.0...v0.3.1)
5+
6+
- [#56](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/56) Remove remaining `path.join` for win-compatibility [@LevelbossMike](https://github.com/LevelbossMike)
7+
- [#55](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/55) Add appveyor badge [@LevelbossMike](https://github.com/LevelbossMike)
8+
- [#53](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/53) Add appveyor for windows builds [@LevelbossMike](https://github.com/LevelbossMike)
9+
- [#51](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/51) Add tests for untested hooks [@LevelbossMike](https://github.com/LevelbossMike)
10+
- [#50](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/50) Update README to include Cloudfont pretty url config [@jarredkenny](https://github.com/jarredkenny)
11+
- [#43](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/43) Remove path.join on file upload key [@twaggs](https://github.com/twaggs)
12+
- [#42](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/42) Fix #27: Conditionally add ContentEncoding:gzip header when index.html is gzipped [@taylon](https://github.com/taylon)
13+
14+
## [v0.3.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/tree/0.3.0) (2016-02-06)
15+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/compare/v0.2.0...v0.3.0)
516

617
- add fetchInitialRevisions [\#47](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/47) ([ghedamat](https://github.com/ghedamat))
718
- Add mimetype detection based on `filePattern`/`filePath` [\#46](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/46) ([elidupuis](https://github.com/elidupuis))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-s3-index",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Ember CLI Deploy plugin to deploy ember-cli's bootstrap index file to S3.",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)