Skip to content

Commit 713801f

Browse files
committed
Released v1.3.0
1 parent e6e0f63 commit 713801f

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

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

3-
## [1.2.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/1.2.0) (2018-02-05)
4-
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v1.1.0...1.2.0)
3+
## [1.3.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/1.3.0) (2018-05-30)
4+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v1.2.0...1.3.0)
5+
6+
**Merged pull requests:**
7+
8+
- update mime dependency to 2.x in order to support newer filetypes like wasm \#105 [\#107](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/107) ([jenweber](https://github.com/jenweber))
9+
10+
## [v1.2.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v1.2.0) (2018-02-05)
11+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v1.1.0...v1.2.0)
512

613
**Merged pull requests:**
714

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",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "An ember-cli-deploy plugin to upload to s3",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)