Skip to content

Commit

Permalink
chore(release): 4.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 17, 2024
1 parent 65d53a7 commit f2ec44b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

## [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)


### ⚠ BREAKING CHANGES

* Correct expect.assertions() count on CommandWith commands (#209)

### Bug Fixes

* Correct expect.assertions() count on CommandWith commands ([#209](https://github.com/m-radzikowski/aws-sdk-client-mock/issues/209)) ([65d53a7](https://github.com/m-radzikowski/aws-sdk-client-mock/commit/65d53a724f36910d0b7cb75169e3f0121369bd41))

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

## [3.1.0-beta.1](https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v3.1.0-beta.0...v3.1.0-beta.1) (2024-01-15)
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.1.0",
"version": "4.0.0-beta.0",
"packageManager": "yarn@3.2.2",
"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.1.0",
"version": "4.0.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.1.0",
"version": "4.0.0-beta.0",
"license": "MIT",
"author": {
"name": "Maciej Radzikowski",
Expand Down

0 comments on commit f2ec44b

Please sign in to comment.