We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e0c59 commit 9c7fc45Copy full SHA for 9c7fc45
CHANGELOG.md
@@ -1,6 +1,17 @@
1
# Change Log
2
3
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
15
## 4.0.0-0 (2023-08-28)
16
17
Pre-release to verify aws sdk update
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli-deploy-s3-index",
- "version": "4.0.0-0",
+ "version": "4.0.1",
"description": "Ember CLI Deploy plugin to deploy ember-cli's bootstrap index file to S3.",
"keywords": [
"ember-addon",
0 commit comments