We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb57ce commit 07023b0Copy full SHA for 07023b0
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
4
5
+
6
+## 4.0.2 (2024-04-05)
7
8
+#### :bug: Bug Fix
9
+* [#142](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/142) Handle empty s3 response ([@jrjohnson](https://github.com/jrjohnson))
10
11
+#### Committers: 1
12
+- Jon Johnson ([@jrjohnson](https://github.com/jrjohnson))
13
14
## 4.0.1 (2024-04-03)
15
16
#### :rocket: Enhancement
package.json
@@ -1,6 +1,6 @@
1
{
"name": "ember-cli-deploy-s3-index",
- "version": "4.0.1",
+ "version": "4.0.2",
"description": "Ember CLI Deploy plugin to deploy ember-cli's bootstrap index file to S3.",
"keywords": [
"ember-addon",
0 commit comments