Skip to content

Commit aad8fde

Browse files
committed
Release 2.0.0
1 parent 41297f8 commit aad8fde

File tree

2 files changed

+57
-9
lines changed

2 files changed

+57
-9
lines changed

CHANGELOG.md

Lines changed: 47 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,41 @@
1-
# Change Log
1+
# Changelog
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)
3+
## [2.0.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/2.0.0) (2020-05-15)
4+
5+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v1.4.0...2.0.0)
56

67
**Merged pull requests:**
78

8-
- Add fileIgnorePattern option \#109 [#109](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/109) ([@Cropster](https://github.com/Cropster))
9+
- Update test dependencies [\#122](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/122) ([lukemelia](https://github.com/lukemelia))
10+
- Bump js-yaml from 3.8.2 to 3.13.1 [\#121](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/121) ([dependabot[bot]](https://github.com/apps/dependabot))
11+
- Bump eslint from 3.19.0 to 4.18.2 [\#120](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/120) ([dependabot[bot]](https://github.com/apps/dependabot))
12+
- Update dependencies and move to release-it [\#119](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/119) ([lukemelia](https://github.com/lukemelia))
13+
- Bump handlebars from 4.0.6 to 4.7.6 [\#118](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/118) ([dependabot[bot]](https://github.com/apps/dependabot))
14+
- Bump lodash.merge from 4.6.0 to 4.6.2 [\#117](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/117) ([dependabot[bot]](https://github.com/apps/dependabot))
15+
- \[BREAKING\] Use node 10, lowest current node LTS [\#116](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/116) ([lukemelia](https://github.com/lukemelia))
16+
- \[DOC\] `filePattern`: add link to minimatch [\#112](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/112) ([dcyriller](https://github.com/dcyriller))
17+
- Added the ability to specify the AWS endpoint [\#111](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/111) ([tbartelmess](https://github.com/tbartelmess))
18+
- contentType handled properly [\#106](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/106) ([prem-chandar](https://github.com/prem-chandar))
19+
- Updated bucket policy based on latest AWS recommendations [\#100](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/100) ([peavers](https://github.com/peavers))
20+
21+
## [v1.4.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v1.4.0) (2018-08-20)
22+
23+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v1.3.0...v1.4.0)
24+
25+
**Merged pull requests:**
26+
27+
- Add fileIgnorePattern option [\#109](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/109) ([mydea](https://github.com/mydea))
28+
29+
## [v1.3.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v1.3.0) (2018-05-30)
930

10-
## [1.3.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/1.3.0) (2018-05-30)
11-
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v1.2.0...1.3.0)
31+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v1.2.0...v1.3.0)
1232

1333
**Merged pull requests:**
1434

1535
- 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))
1636

1737
## [v1.2.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v1.2.0) (2018-02-05)
38+
1839
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v1.1.0...v1.2.0)
1940

2041
**Merged pull requests:**
@@ -24,6 +45,7 @@
2445
- \[DOC\] remove trailing comma [\#98](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/98) ([fivetanley](https://github.com/fivetanley))
2546

2647
## [v1.1.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v1.1.0) (2017-05-31)
48+
2749
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v1.0.0...v1.1.0)
2850

2951
**Merged pull requests:**
@@ -32,9 +54,11 @@
3254
- DOC - formatting updates to README [\#91](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/91) ([et](https://github.com/et))
3355

3456
## [v1.0.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v1.0.0) (2017-04-06)
57+
3558
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v1.0.0-beta.0...v1.0.0)
3659

3760
## [v1.0.0-beta.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v1.0.0-beta.0) (2017-03-25)
61+
3862
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.4.0...v1.0.0-beta.0)
3963

4064
**Merged pull requests:**
@@ -52,6 +76,7 @@
5276
- \[Bugfix\] Remove the Principal Policy [\#65](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/65) ([Jaspaul](https://github.com/Jaspaul))
5377

5478
## [v0.4.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v0.4.0) (2016-11-02)
79+
5580
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.3.2...v0.4.0)
5681

5782
**Merged pull requests:**
@@ -62,6 +87,7 @@
6287
- filesUploaded should return all files when using manifest [\#67](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/67) ([wongpeiyi](https://github.com/wongpeiyi))
6388

6489
## [v0.3.2](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v0.3.2) (2016-09-13)
90+
6591
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.3.1...v0.3.2)
6692

6793
**Merged pull requests:**
@@ -73,30 +99,37 @@
7399
- Add network proxy option [\#61](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/61) ([v-shan](https://github.com/v-shan))
74100

75101
## [v0.3.1](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v0.3.1) (2016-06-16)
102+
76103
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.3.0...v0.3.1)
77104

105+
**Fixed bugs:**
106+
107+
- Fix issue \#54: manifest.txt should be uploaded as last [\#55](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/55) ([YoranBrondsema](https://github.com/YoranBrondsema))
108+
78109
**Merged pull requests:**
79110

80111
- fix \#59 [\#60](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/60) ([ghedamat](https://github.com/ghedamat))
81112
- Update minimum S3 permissions [\#58](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/58) ([jeffreybiles](https://github.com/jeffreybiles))
82113
- Includes session token if provided to client initialization. [\#57](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/57) ([RickCSong](https://github.com/RickCSong))
83-
- Fix issue \#54: manifest.txt should be uploaded as last [\#55](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/55) ([YoranBrondsema](https://github.com/YoranBrondsema))
84114

85115
## [v0.3.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v0.3.0) (2016-04-19)
116+
86117
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.2.2...v0.3.0)
87118

88119
**Merged pull requests:**
89120

90121
- Configure Cache-Control and Expires headers on the uploaded files. [\#53](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/53) ([YoranBrondsema](https://github.com/YoranBrondsema))
91122

92123
## [v0.2.2](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v0.2.2) (2016-04-01)
124+
93125
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.2.1...v0.2.2)
94126

95127
**Merged pull requests:**
96128

97129
- Set the correct content type for gzipped files with the .gz ext [\#51](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/51) ([dannyfallon](https://github.com/dannyfallon))
98130

99131
## [v0.2.1](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v0.2.1) (2016-02-06)
132+
100133
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.2.0...v0.2.1)
101134

102135
**Merged pull requests:**
@@ -105,6 +138,7 @@
105138
- 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))
106139

107140
## [v0.2.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v0.2.0) (2015-12-15)
141+
108142
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.1.0...v0.2.0)
109143

110144
**Merged pull requests:**
@@ -122,6 +156,7 @@
122156
- Add support for ACL on objects [\#20](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/20) ([flecno](https://github.com/flecno))
123157

124158
## [v0.1.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v0.1.0) (2015-10-25)
159+
125160
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.1.0-beta.2...v0.1.0)
126161

127162
**Merged pull requests:**
@@ -131,6 +166,7 @@
131166
- add swf to default filePattern [\#15](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/15) ([jasonkriss](https://github.com/jasonkriss))
132167

133168
## [v0.1.0-beta.2](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v0.1.0-beta.2) (2015-09-14)
169+
134170
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.1.0-beta.1...v0.1.0-beta.2)
135171

136172
**Merged pull requests:**
@@ -140,6 +176,9 @@
140176
- Add content encoding to ContentType for text files [\#11](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/11) ([achambers](https://github.com/achambers))
141177

142178
## [v0.1.0-beta.1](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v0.1.0-beta.1) (2015-08-08)
179+
180+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/0b3622bd5b5facc24810dc2ac50b7de48eed7116...v0.1.0-beta.1)
181+
143182
**Merged pull requests:**
144183

145184
- Updated README for 0.5.0 [\#10](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/10) ([achambers](https://github.com/achambers))
@@ -153,4 +192,4 @@
153192

154193

155194

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

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-s3",
3-
"version": "1.4.0",
3+
"version": "2.0.0",
44
"description": "An ember-cli-deploy plugin to upload to s3",
55
"keywords": [
66
"ember-addon",
@@ -14,6 +14,7 @@
1414
},
1515
"repository": "https://github.com/ember-cli-deploy/ember-cli-deploy-s3",
1616
"scripts": {
17+
"release": "release-it",
1718
"test": "node tests/runner.js && ./node_modules/.bin/eslint index.js lib/* tests/**/*-test.js"
1819
},
1920
"dependencies": {
@@ -43,5 +44,13 @@
4344
},
4445
"ember-addon": {
4546
"before": "ember-cli-deploy-redis"
47+
},
48+
"release-it": {
49+
"git": {
50+
"requireCleanWorkingDir": false
51+
},
52+
"github": {
53+
"release": true
54+
}
4655
}
4756
}

0 commit comments

Comments
 (0)