diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b19008d..c028be16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.0.1](https://github.com/erezrokah/aws-testing-library/compare/v3.0.0...v3.0.1) (2022-10-29) + + +### Bug Fixes + +* **deps:** update dependency aws-sdk to v2.1238.0 ([#706](https://github.com/erezrokah/aws-testing-library/issues/706)) ([356b677](https://github.com/erezrokah/aws-testing-library/commit/356b677bf88ba92224024aef6c00bb18d30aa221)) +* **deps:** update dependency axios to v1 ([#692](https://github.com/erezrokah/aws-testing-library/issues/692)) ([ec6f5e9](https://github.com/erezrokah/aws-testing-library/commit/ec6f5e9103e83657cf16b6838a2bb402c7776361)) + ## [3.0.0](https://github.com/erezrokah/aws-testing-library/compare/v2.1.7...v3.0.0) (2022-10-21) diff --git a/package-lock.json b/package-lock.json index de90f4e3..fc58b35d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-testing-library", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aws-testing-library", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "dependencies": { "aws-sdk": "^2.678.0", diff --git a/package.json b/package.json index 3fa76138..b08f1ead 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-testing-library", - "version": "3.0.0", + "version": "3.0.1", "description": "Chai and Jest matchers for aws services", "scripts": { "prepublishOnly": "npm run build",