diff --git a/_changelog.md b/_changelog.md index e8a29c2..9bd830d 100644 --- a/_changelog.md +++ b/_changelog.md @@ -2,11 +2,12 @@ --- -## [7.0.1 - 7.0.3] 2024-02-03 +## [7.0.0, 7.0.3] 2024-02-03 ### Fixed - Fixed issue loading assets from S3 +- 7.0.1 - 7.0.2 were temporary reversions to 6.0.6 to prevent any critical production issues --- diff --git a/package.json b/package.json index 6971956..360f7c5 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ "src/*" ], "dependencies": { - "@aws-lite/client": "~0.16.0-RC.0", - "@aws-lite/s3": "^0.1.16" + "@aws-lite/client": "~0.16.0", + "@aws-lite/s3": "^0.1.17" }, "devDependencies": { "@architect/eslint-config": "~2.1.2",