Skip to content

Commit a3a4c13

Browse files
committed
chore(release): 5.0.0
1 parent cd84fa9 commit a3a4c13

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
## [5.0.0](https://github.com/NiGhTTraX/react-mock-component/compare/v4.1.1...v5.0.0) (2026-03-16)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* This lib now requires an environment that supports
11+
at minimum ES2020 features.
12+
13+
### build
14+
15+
* Target ES2020 ([7eddbf8](https://github.com/NiGhTTraX/react-mock-component/commit/7eddbf81dcdbcc44680c6facbc8d7e2dc9d46c45))
16+
517
### [4.1.1](https://github.com/NiGhTTraX/react-mock-component/compare/v4.1.0...v4.1.1) (2025-03-02)
618

719

package.json

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

0 commit comments

Comments
 (0)