Skip to content

Commit 9c7fc45

Browse files
committed
Release 4.0.1
1 parent 00e0c59 commit 9c7fc45

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Change Log
22

33

4+
5+
## 4.0.1 (2024-04-03)
6+
7+
#### :rocket: Enhancement
8+
* Release changes in 4.0.0-0 prerelease.
9+
* [#134](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/134) Optionally ignore ACLs ([@khornberg](https://github.com/khornberg))
10+
11+
#### Committers: 1
12+
- Kyle Hornberg ([@khornberg](https://github.com/khornberg))
13+
14+
415
## 4.0.0-0 (2023-08-28)
516

617
Pre-release to verify aws sdk update

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-s3-index",
3-
"version": "4.0.0-0",
3+
"version": "4.0.1",
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)