From 71256b6e16ba6b59a7366b727e1fb2418a3d5038 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Sun, 19 Feb 2023 10:43:21 +0200 Subject: [PATCH] chore(main): release 4.0.6 (#758) :robot: I have created a release *beep* *boop* --- ## [4.0.6](https://github.com/erezrokah/aws-testing-library/compare/v4.0.5...v4.0.6) (2023-02-18) ### Bug Fixes * **deps:** update dependency aws-sdk to v2.1286.0 ([#757](https://github.com/erezrokah/aws-testing-library/issues/757)) ([33aac6d](https://github.com/erezrokah/aws-testing-library/commit/33aac6d9c16f9baf6e764ad4cad0be5d9e03066d)) * **deps:** update dependency aws-sdk to v2.1295.0 ([#764](https://github.com/erezrokah/aws-testing-library/issues/764)) ([5dcc919](https://github.com/erezrokah/aws-testing-library/commit/5dcc91964399ea9d6923bfad6ddcfaa2a4a15e8a)) * **deps:** update dependency aws-sdk to v2.1304.0 ([#767](https://github.com/erezrokah/aws-testing-library/issues/767)) ([3a97baa](https://github.com/erezrokah/aws-testing-library/commit/3a97baa799dd9324906cde734d29f3568927cc43)) * **deps:** update dependency aws-sdk to v2.1309.0 ([#771](https://github.com/erezrokah/aws-testing-library/issues/771)) ([405f7df](https://github.com/erezrokah/aws-testing-library/commit/405f7df7c91d233dc7fe6218bd5ffdd36e4d1147)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8f236bb..8f1ae7fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [4.0.6](https://github.com/erezrokah/aws-testing-library/compare/v4.0.5...v4.0.6) (2023-02-18) + + +### Bug Fixes + +* **deps:** update dependency aws-sdk to v2.1286.0 ([#757](https://github.com/erezrokah/aws-testing-library/issues/757)) ([33aac6d](https://github.com/erezrokah/aws-testing-library/commit/33aac6d9c16f9baf6e764ad4cad0be5d9e03066d)) +* **deps:** update dependency aws-sdk to v2.1295.0 ([#764](https://github.com/erezrokah/aws-testing-library/issues/764)) ([5dcc919](https://github.com/erezrokah/aws-testing-library/commit/5dcc91964399ea9d6923bfad6ddcfaa2a4a15e8a)) +* **deps:** update dependency aws-sdk to v2.1304.0 ([#767](https://github.com/erezrokah/aws-testing-library/issues/767)) ([3a97baa](https://github.com/erezrokah/aws-testing-library/commit/3a97baa799dd9324906cde734d29f3568927cc43)) +* **deps:** update dependency aws-sdk to v2.1309.0 ([#771](https://github.com/erezrokah/aws-testing-library/issues/771)) ([405f7df](https://github.com/erezrokah/aws-testing-library/commit/405f7df7c91d233dc7fe6218bd5ffdd36e4d1147)) + ## [4.0.5](https://github.com/erezrokah/aws-testing-library/compare/v4.0.4...v4.0.5) (2022-12-26) diff --git a/package-lock.json b/package-lock.json index 81c0c6e2..b9b8e6f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-testing-library", - "version": "4.0.5", + "version": "4.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aws-testing-library", - "version": "4.0.5", + "version": "4.0.6", "license": "MIT", "dependencies": { "aws-sdk": "^2.678.0", diff --git a/package.json b/package.json index a98dcd95..e4f6ed78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-testing-library", - "version": "4.0.5", + "version": "4.0.6", "description": "Chai and Jest matchers for aws services", "scripts": { "prepublishOnly": "npm run build",