Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 1, 2023
1 parent 8ba2b24 commit 579e5c2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.0.0](https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v3.0.0-beta.0...v3.0.0) (2023-07-01)

## [3.0.0-beta.0](https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v2.2.0...v3.0.0-beta.0) (2023-07-01)


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.0-beta.0",
"version": "3.0.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.0-beta.0",
"version": "3.0.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.0-beta.0",
"version": "3.0.0",
"license": "MIT",
"author": {
"name": "Maciej Radzikowski",
Expand Down

0 comments on commit 579e5c2

Please sign in to comment.