From b50c0cc88e8bec7c4ea6bb3ca5dcfdcd1417e354 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Mon, 28 Nov 2022 09:25:47 +0200 Subject: [PATCH] chore(main): release 4.0.4 (#737) :robot: I have created a release *beep* *boop* --- ## [4.0.4](https://github.com/erezrokah/aws-testing-library/compare/v4.0.3...v4.0.4) (2022-11-28) ### Bug Fixes * **deps:** update dependency aws-sdk to v2.1261.0 ([#736](https://github.com/erezrokah/aws-testing-library/issues/736)) ([dba1c0b](https://github.com/erezrokah/aws-testing-library/commit/dba1c0bfce5e792c11748d6775b99a858e91d34d)) --- 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 26a8f45d..37f69ce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.4](https://github.com/erezrokah/aws-testing-library/compare/v4.0.3...v4.0.4) (2022-11-28) + + +### Bug Fixes + +* **deps:** update dependency aws-sdk to v2.1261.0 ([#736](https://github.com/erezrokah/aws-testing-library/issues/736)) ([dba1c0b](https://github.com/erezrokah/aws-testing-library/commit/dba1c0bfce5e792c11748d6775b99a858e91d34d)) + ## [4.0.3](https://github.com/erezrokah/aws-testing-library/compare/v4.0.2...v4.0.3) (2022-11-14) diff --git a/package-lock.json b/package-lock.json index e37dc4e5..1d7d4921 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-testing-library", - "version": "4.0.3", + "version": "4.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aws-testing-library", - "version": "4.0.3", + "version": "4.0.4", "license": "MIT", "dependencies": { "aws-sdk": "^2.678.0", diff --git a/package.json b/package.json index 865ffac2..77c50c9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-testing-library", - "version": "4.0.3", + "version": "4.0.4", "description": "Chai and Jest matchers for aws services", "scripts": { "prepublishOnly": "npm run build",