Skip to content

Commit 9602086

Browse files
chore(release): 3.0.1
1 parent 121b1d8 commit 9602086

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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+
### [3.0.1](https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v3.0.0...v3.0.1) (2024-01-01)
6+
57
## [3.0.0](https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v3.0.0-beta.0...v3.0.0) (2023-07-01)
68

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

package.json

+1-1
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": "3.0.0",
4+
"version": "3.0.1",
55
"packageManager": "[email protected]",
66
"workspaces": [
77
"packages/*"

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

+1-1
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": "3.0.0",
4+
"version": "3.0.1",
55
"license": "MIT",
66
"author": {
77
"name": "Maciej Radzikowski",

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

+1-1
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": "3.0.0",
4+
"version": "3.0.1",
55
"license": "MIT",
66
"author": {
77
"name": "Maciej Radzikowski",

0 commit comments

Comments
 (0)