Skip to content

Commit 63b6471

Browse files
committed
Prepare 6.1.0 Release
1 parent ecc3140 commit 63b6471

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Diff for: CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [6.1.0] - 2025-01-28
11+
1012
### Added
1113

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

1517
## [6.0.0] - 2025-01-17
1618

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-sdk-client-mock-vitest",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"description": "Custom matchers for AWS SDK Client mock to be used in vitest",
55
"type": "module",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)