Skip to content

Commit

Permalink
Prepare Release v6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stschulte committed Feb 4, 2025
1 parent fd23370 commit 77844f7
Show file tree
Hide file tree
Showing 3 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 @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.1.1] - 2025-02-04

### Changed

- change `@vitest/expect` dependency to `>=3.0.5` in order to prevent users against
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-sdk-client-mock-vitest",
"version": "6.1.0",
"version": "6.1.1",
"description": "Custom matchers for AWS SDK Client mock to be used in vitest",
"type": "module",
"module": "./dist/index.js",
Expand Down

0 comments on commit 77844f7

Please sign in to comment.