Skip to content

Commit

Permalink
Prepare 6.1.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
stschulte committed Jan 28, 2025
1 parent ecc3140 commit 63b6471
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.1.0] - 2025-01-28

### Added

- New exports `allCustomMatcher` and `allCustomMatcherWithAliases` allows to extend
with all matchers instead of importing and extending all individual matchers
with all matchers instead through a single import and `expect.extend` call.

## [6.0.0] - 2025-01-17

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.0.0",
"version": "6.1.0",
"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 63b6471

Please sign in to comment.