From a6acf25b45806c16b7aaf9c4d13843269c4dd1de Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Sat, 29 Oct 2022 15:38:56 +0300 Subject: [PATCH] chore(main): release 3.0.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f0e3ed..a48e7556 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.2](https://github.com/erezrokah/aws-testing-library/compare/v3.0.1...v3.0.2) (2022-10-29) + + +### Bug Fixes + +* revert "fix(deps): update dependency axios to v1 ([#692](https://github.com/erezrokah/aws-testing-library/issues/692))" ([#709](https://github.com/erezrokah/aws-testing-library/issues/709)) ([53773a9](https://github.com/erezrokah/aws-testing-library/commit/53773a9eb38897e9ca465252428d08c5636cb89a)) + ## [3.0.1](https://github.com/erezrokah/aws-testing-library/compare/v3.0.0...v3.0.1) (2022-10-29) diff --git a/package-lock.json b/package-lock.json index 4e63fd83..6f318dc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-testing-library", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aws-testing-library", - "version": "3.0.1", + "version": "3.0.2", "license": "MIT", "dependencies": { "aws-sdk": "^2.678.0", diff --git a/package.json b/package.json index be967989..9e7ac3b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-testing-library", - "version": "3.0.1", + "version": "3.0.2", "description": "Chai and Jest matchers for aws services", "scripts": { "prepublishOnly": "npm run build",