From 2b38887dd287fb6d77bd01f23e04a39397e7d2d3 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Sat, 5 Nov 2022 09:12:17 +0200 Subject: [PATCH] chore(main): release 4.0.1 (#719) :robot: I have created a release *beep* *boop* --- ## [4.0.1](https://github.com/erezrokah/aws-testing-library/compare/v4.0.0...v4.0.1) (2022-11-05) ### Bug Fixes * **deps:** update dependency aws-sdk to v2.1246.0 ([#715](https://github.com/erezrokah/aws-testing-library/issues/715)) ([c9ba7cf](https://github.com/erezrokah/aws-testing-library/commit/c9ba7cfd7cc950b651ee1c0a00f86858363b2f25)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- 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 4d696b73..fd6560ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.1](https://github.com/erezrokah/aws-testing-library/compare/v4.0.0...v4.0.1) (2022-11-05) + + +### Bug Fixes + +* **deps:** update dependency aws-sdk to v2.1246.0 ([#715](https://github.com/erezrokah/aws-testing-library/issues/715)) ([c9ba7cf](https://github.com/erezrokah/aws-testing-library/commit/c9ba7cfd7cc950b651ee1c0a00f86858363b2f25)) + ## [4.0.0](https://github.com/erezrokah/aws-testing-library/compare/v3.0.2...v4.0.0) (2022-10-30) diff --git a/package-lock.json b/package-lock.json index e512d079..d7f22e84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-testing-library", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aws-testing-library", - "version": "4.0.0", + "version": "4.0.1", "license": "MIT", "dependencies": { "aws-sdk": "^2.678.0", diff --git a/package.json b/package.json index 2cdcf114..b9bc22ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-testing-library", - "version": "4.0.0", + "version": "4.0.1", "description": "Chai and Jest matchers for aws services", "scripts": { "prepublishOnly": "npm run build",