Skip to content

Commit

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

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.1.0-beta.0](https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v4.0.2...v4.1.0-beta.0) (2024-10-11)


### Features

* **jest:** add support for vitest ([#231](https://github.com/m-radzikowski/aws-sdk-client-mock/issues/231)) ([3ed37a9](https://github.com/m-radzikowski/aws-sdk-client-mock/commit/3ed37a9404f5385e50dcd157f8fa6962e22452ab))


### Bug Fixes

* **jest:** import path in types test ([750605b](https://github.com/m-radzikowski/aws-sdk-client-mock/commit/750605b68a2b11057e1977cbdd6e219030144550))

### [4.0.2](https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v4.0.2-beta.0...v4.0.2) (2024-09-23)

### [4.0.2-beta.0](https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v4.0.1...v4.0.2-beta.0) (2024-06-20)
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": "4.0.2",
"version": "4.1.0-beta.0",
"packageManager": "pnpm@9.1.4+sha256.30a1801ac4e723779efed13a21f4c39f9eb6c9fbb4ced101bce06b422593d7c9",
"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": "4.0.2",
"version": "4.1.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": "4.0.2",
"version": "4.1.0-beta.0",
"license": "MIT",
"author": {
"name": "Maciej Radzikowski",
Expand Down

0 comments on commit dfdbc83

Please sign in to comment.