diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f1ae7fd..6d76e39e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.7](https://github.com/erezrokah/aws-testing-library/compare/v4.0.6...v4.0.7) (2023-04-24) + + +### Bug Fixes + +* **deps:** update dependency aws-sdk to v2.1328.0 ([#778](https://github.com/erezrokah/aws-testing-library/issues/778)) ([d8277b3](https://github.com/erezrokah/aws-testing-library/commit/d8277b31bbdd6b3671f053c6b71d5cfaae8d295b)) + ## [4.0.6](https://github.com/erezrokah/aws-testing-library/compare/v4.0.5...v4.0.6) (2023-02-18) diff --git a/package-lock.json b/package-lock.json index 53a6ce07..08e54097 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-testing-library", - "version": "4.0.6", + "version": "4.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aws-testing-library", - "version": "4.0.6", + "version": "4.0.7", "license": "MIT", "dependencies": { "aws-sdk": "^2.678.0", diff --git a/package.json b/package.json index e4f6ed78..4aacb9e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-testing-library", - "version": "4.0.6", + "version": "4.0.7", "description": "Chai and Jest matchers for aws services", "scripts": { "prepublishOnly": "npm run build",