Skip to content

Commit 6e1ae7f

Browse files
committed
Release 3.0.0
1 parent 0e37917 commit 6e1ae7f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## 3.0.0 (2020-11-24)
4+
5+
#### :rocket: Enhancement
6+
* [#128](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/128) Add .json to default `filePattern` ([@simonihmig](https://github.com/simonihmig))
7+
8+
#### :house: Internal
9+
* [#131](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/131) Update dependencies ([@lukemelia](https://github.com/lukemelia))
10+
11+
#### Committers: 2
12+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
13+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
14+
315
## [2.0.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/2.0.0) (2020-05-15)
416

517
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v1.4.0...2.0.0)

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

0 commit comments

Comments
 (0)