Skip to content

Commit 0417cb7

Browse files
committed
Prepare 4.0.0 Release
We bumped the `@vitest/expect` dependency to a new major version. While the major version bump of `@vitest/expect` seems to come from `vite` itself and no significant changes of the interface of `@vitest/expect` seem to have happened, we sill want to follow semver. And forcing a new major version to our library consumers is technically a breaking change in my opinion.
1 parent 794aab0 commit 0417cb7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [4.0.0] - 2024-07-09
11+
1012
### Changed
1113

1214
- Update `@vitest/expect` dependency to `2.0.1` (new major version)

package-lock.json

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

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": "3.0.0",
3+
"version": "4.0.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)