Skip to content

Commit 1624265

Browse files
chore(release): 3.1.0
1 parent fbb210f commit 1624265

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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.1.0](https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v3.1.0-beta.1...v3.1.0) (2024-03-17)
6+
57
## [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)
68

79

package.json

Lines changed: 1 addition & 1 deletion
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.1.0-beta.1",
4+
"version": "3.1.0",
55
"packageManager": "[email protected]",
66
"workspaces": [
77
"packages/*"

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

Lines changed: 1 addition & 1 deletion
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.1.0-beta.1",
4+
"version": "3.1.0",
55
"license": "MIT",
66
"author": {
77
"name": "Maciej Radzikowski",

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

Lines changed: 1 addition & 1 deletion
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.1.0-beta.1",
4+
"version": "3.1.0",
55
"license": "MIT",
66
"author": {
77
"name": "Maciej Radzikowski",

0 commit comments

Comments
 (0)