Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 21, 2022
1 parent 7c4884e commit cd21716
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.

## [2.0.0-beta.2](https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2022-08-21)


### ⚠ BREAKING CHANGES

* move Jest matchers to a separate package (#112)

### Features

* support Jest asymmetric matchers ([#111](https://github.com/m-radzikowski/aws-sdk-client-mock/issues/111)) ([3bf23ef](https://github.com/m-radzikowski/aws-sdk-client-mock/commit/3bf23eff752e8cc9814fa44b95ad809baafe8aac))


### Bug Fixes

* move Jest matchers to a separate package ([#112](https://github.com/m-radzikowski/aws-sdk-client-mock/issues/112)) ([05a3a51](https://github.com/m-radzikowski/aws-sdk-client-mock/commit/05a3a51046b7076deaabdff96d4ead62145e08de))

## [2.0.0-beta.1](https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2022-06-27)


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": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"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": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"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": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"license": "MIT",
"author": {
"name": "Maciej Radzikowski",
Expand Down

0 comments on commit cd21716

Please sign in to comment.