Skip to content

Commit

Permalink
chore(release): 3.1.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 1, 2024
1 parent 31ff180 commit 9d930da
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

## [3.1.0-beta.0](https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v3.0.1...v3.1.0-beta.0) (2024-01-01)


### Features

* **core:** ability to use custom Sinon Sandbox ([#200](https://github.com/m-radzikowski/aws-sdk-client-mock/issues/200)) ([31ff180](https://github.com/m-radzikowski/aws-sdk-client-mock/commit/31ff180f58a16d61a38d65fc97d35d1af5d9ff5b))
* **jest:** fail if more than expected matcher arguments are passed ([#199](https://github.com/m-radzikowski/aws-sdk-client-mock/issues/199)) ([6f7bb59](https://github.com/m-radzikowski/aws-sdk-client-mock/commit/6f7bb5940ed3f568f54e7d8800520ea1be9641a3)), closes [#191](https://github.com/m-radzikowski/aws-sdk-client-mock/issues/191)
* migrate Jest matchers to @jest/globals types ([#198](https://github.com/m-radzikowski/aws-sdk-client-mock/issues/198)) ([8f14cbb](https://github.com/m-radzikowski/aws-sdk-client-mock/commit/8f14cbbde2dae020500444b9cf9f315d6476ef5a)), closes [#180](https://github.com/m-radzikowski/aws-sdk-client-mock/issues/180)

### [3.0.1](https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v3.0.0...v3.0.1) (2024-01-01)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aws-sdk-client-mock-monorepo",
"private": true,
"version": "3.0.1",
"version": "3.1.0-beta.0",
"packageManager": "[email protected]",
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-sdk-client-mock-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aws-sdk-client-mock-jest",
"description": "Custom Jest matchers for AWS SDK v3 Client mock",
"version": "3.0.1",
"version": "3.1.0-beta.0",
"license": "MIT",
"author": {
"name": "Maciej Radzikowski",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-sdk-client-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aws-sdk-client-mock",
"description": "Easy and powerful mocking of AWS SDK v3 Clients",
"version": "3.0.1",
"version": "3.1.0-beta.0",
"license": "MIT",
"author": {
"name": "Maciej Radzikowski",
Expand Down

0 comments on commit 9d930da

Please sign in to comment.