Skip to content

Commit 7951c51

Browse files
committed
Release 3.0.0
1 parent c3ea020 commit 7951c51

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
4+
## 3.0.0 (2023-05-16)
5+
6+
#### :boom: Breaking Change
7+
* [#133](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/133) Update node version requirements and dependencies ([@lukemelia](https://github.com/lukemelia))
8+
* [#113](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/113) [breaking] Switch to Github Actions for CI ([@jrjohnson](https://github.com/jrjohnson))
9+
10+
#### :rocket: Enhancement
11+
* [#130](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/130) Add support for didDeployMessage ([@jkeen](https://github.com/jkeen))
12+
* [#119](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/119) Optimise activation speed ([@vitch](https://github.com/vitch))
13+
14+
#### Committers: 4
15+
- Jeff Keen ([@jkeen](https://github.com/jkeen))
16+
- Jon Johnson ([@jrjohnson](https://github.com/jrjohnson))
17+
- Kelvin Luck ([@vitch](https://github.com/vitch))
18+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
19+
320
## [v1.0.1](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/tree/v1.0.1)
421
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/compare/v1.0.0...v1.0.1)
522

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-index",
3-
"version": "1.3.1",
3+
"version": "3.0.0",
44
"description": "Ember CLI Deploy plugin to deploy ember-cli's bootstrap index file to S3.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)