Skip to content

Commit 0154250

Browse files
committed
Release 3.1.0
1 parent 236d226 commit 0154250

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## 3.1.0 (2022-01-19)
4+
5+
#### :rocket: Enhancement
6+
* [#150](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/150) Add webp to `filePattern` ([@Aierie](https://github.com/Aierie))
7+
8+
#### :memo: Documentation
9+
* [#137](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/137) Update CORS example to use JSON ([@lukemelia](https://github.com/lukemelia))
10+
11+
#### :house: Internal
12+
* [#146](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/146) Bump path-parse from 1.0.6 to 1.0.7 ([@dependabot[bot]](https://github.com/apps/dependabot))
13+
* [#153](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/153) Bump forwarded from 0.1.0 to 0.1.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
14+
* [#154](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/154) Bump y18n from 4.0.0 to 4.0.3 ([@dependabot[bot]](https://github.com/apps/dependabot))
15+
* [#144](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/144) Bump glob-parent from 5.1.1 to 5.1.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
16+
* [#142](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/142) Bump browserslist from 4.16.3 to 4.16.6 ([@dependabot[bot]](https://github.com/apps/dependabot))
17+
* [#141](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/141) Bump ssri from 7.1.0 to 7.1.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
18+
* [#140](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/140) Bump handlebars from 4.7.6 to 4.7.7 ([@dependabot[bot]](https://github.com/apps/dependabot))
19+
* [#139](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/139) Bump underscore from 1.8.3 to 1.13.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
20+
* [#147](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/147) Bump tar from 6.0.5 to 6.1.11 ([@dependabot[bot]](https://github.com/apps/dependabot))
21+
* [#149](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/149) Bump tmpl from 1.0.4 to 1.0.5 ([@dependabot[bot]](https://github.com/apps/dependabot))
22+
* [#151](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/151) Bump follow-redirects from 1.13.0 to 1.14.7 ([@dependabot[bot]](https://github.com/apps/dependabot))
23+
* [#152](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/152) update proxy-agent ([@timmorey](https://github.com/timmorey))
24+
* [#136](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/136) Update dependencies ([@lukemelia](https://github.com/lukemelia))
25+
* [#138](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/138) Move from travis to github actions for CI ([@lukemelia](https://github.com/lukemelia))
26+
27+
#### Committers: 3
28+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
29+
- Timothy Morey ([@timmorey](https://github.com/timmorey))
30+
- [@Aierie](https://github.com/Aierie)
31+
332
## 3.0.0 (2020-11-24)
433

534
#### :rocket: Enhancement

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

0 commit comments

Comments
 (0)