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 50de18b commit e32e3e3Copy full SHA for e32e3e3
CHANGELOG.md
@@ -3,6 +3,15 @@
3
4
5
6
+
7
+## 4.0.3 (2024-05-02)
8
9
+#### :bug: Bug Fix
10
+* [#143](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/143) Handle NotFound S3 Response ([@jrjohnson](https://github.com/jrjohnson))
11
12
+#### Committers: 1
13
+- Jon Johnson ([@jrjohnson](https://github.com/jrjohnson))
14
15
## 4.0.2 (2024-04-05)
16
17
#### :bug: Bug Fix
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ember-cli-deploy-s3-index",
- "version": "4.0.2",
+ "version": "4.0.3",
"description": "Ember CLI Deploy plugin to deploy ember-cli's bootstrap index file to S3.",
"keywords": [
"ember-addon",
0 commit comments