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 c8b6b87 commit 12ba056Copy full SHA for 12ba056
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 5.0.0-beta.0 (2024-03-28)
4
+
5
+#### :boom: Breaking Change
6
+* [#190](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/190) Upgrade aws-sdk to v3 ([@lukemelia](https://github.com/lukemelia))
7
8
+#### Committers: 1
9
+- Luke Melia ([@lukemelia](https://github.com/lukemelia))
10
11
## 4.0.4 (2024-03-28)
12
13
#### :bug: Bug Fix
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli-deploy-s3",
- "version": "4.0.4",
+ "version": "5.0.0-beta.0",
"description": "An ember-cli-deploy plugin to upload to s3",
"keywords": [
"ember-addon",
0 commit comments