Skip to content

Commit 90f1ced

Browse files
committed
chore(release): 4.1.1
1 parent 5a1a4ba commit 90f1ced

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [4.1.1](https://github.com/NiGhTTraX/react-mock-component/compare/v4.1.0...v4.1.1) (2025-03-02)
6+
7+
8+
### Bug Fixes
9+
10+
* Fix jest compatibility with ESM ([5a1a4ba](https://github.com/NiGhTTraX/react-mock-component/commit/5a1a4ba82ae4fdfb1f2be58186d99ee6ded4b997))
11+
512
## [4.1.0](https://github.com/NiGhTTraX/react-mock-component/compare/v4.1.0-beta.0...v4.1.0) (2025-03-02)
613

714

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-mock-component",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Create type safe mock React components to use in tests",
55
"keywords": [
66
"tdd",

0 commit comments

Comments
 (0)