Skip to content

Commit

Permalink
Update deps and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Feb 3, 2024
1 parent 6e2f5de commit 7aeafd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion _changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

---

## [7.0.1 - 7.0.3] 2024-02-03
## [7.0.1, 7.0.4] 2024-02-03

### Fixed

- Fixed issue loading assets from S3
- 7.0.2 - 7.0.3 were temporary reversions to 6.0.6 to prevent any critical production issues

---

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7aeafd6

Please sign in to comment.