Skip to content

Commit c2e1d86

Browse files
chore(release): 4.0.1-beta.0
1 parent 583ae7a commit c2e1d86

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [4.0.1-beta.0](https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v4.0.0...v4.0.1-beta.0) (2024-06-01)
6+
7+
8+
### Bug Fixes
9+
10+
* **jest:** match input type accepting @jest/globals asymmetric matchers ([644a603](https://github.com/m-radzikowski/aws-sdk-client-mock/commit/644a6030ebe86446389c8d3ca18239501e848241))
11+
512
## [4.0.0](https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v4.0.0-beta.0...v4.0.0) (2024-03-17)
613

714
## [4.0.0-beta.0](https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v3.1.0...v4.0.0-beta.0) (2024-03-17)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aws-sdk-client-mock-monorepo",
33
"private": true,
4-
"version": "4.0.0",
4+
"version": "4.0.1-beta.0",
55
"packageManager": "[email protected]",
66
"workspaces": [
77
"packages/*"

packages/aws-sdk-client-mock-jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aws-sdk-client-mock-jest",
33
"description": "Custom Jest matchers for AWS SDK v3 Client mock",
4-
"version": "4.0.0",
4+
"version": "4.0.1-beta.0",
55
"license": "MIT",
66
"author": {
77
"name": "Maciej Radzikowski",

packages/aws-sdk-client-mock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aws-sdk-client-mock",
33
"description": "Easy and powerful mocking of AWS SDK v3 Clients",
4-
"version": "4.0.0",
4+
"version": "4.0.1-beta.0",
55
"license": "MIT",
66
"author": {
77
"name": "Maciej Radzikowski",

0 commit comments

Comments
 (0)