Skip to content

Commit 2fb928f

Browse files
committed
Released v1.4.0
1 parent 336fd17 commit 2fb928f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [1.4.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/1.4.0) (2018-08-20)
4+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v1.3.0...1.4.0)
5+
6+
**Merged pull requests:**
7+
8+
- Add fileIgnorePattern option \#109 [#109](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/109) ([@Cropster](https://github.com/Cropster))
9+
310
## [1.3.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/1.3.0) (2018-05-30)
411
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v1.2.0...1.3.0)
512

@@ -146,4 +153,4 @@
146153

147154

148155

149-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
156+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

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

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3814,7 +3814,7 @@ mime@1.3.4, mime@^1.2.11:
38143814
version "1.3.4"
38153815
resolved "https://registry.yarnpkg.com/mime/-/mime-1.3.4.tgz#115f9e3b6b3daf2959983cb38f149a2d40eb5d53"
38163816

3817-
mime@2.3.1:
3817+
mime@^2.3.1:
38183818
version "2.3.1"
38193819
resolved "https://registry.yarnpkg.com/mime/-/mime-2.3.1.tgz#b1621c54d63b97c47d3cfe7f7215f7d64517c369"
38203820

0 commit comments

Comments
 (0)