Skip to content

Commit 4df527f

Browse files
chore(release): 4.0.0 [skip ci]
1 parent 63adba5 commit 4df527f

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [4.0.0](https://github.com/rexxars/react-refractor/compare/v3.1.1...v4.0.0) (2025-07-23)
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
- Drop support for Node.js version 18 and below.
13+
- Module now uses refractor v5 under the hood
14+
15+
### Features
16+
17+
- drop support for node 18, upgrade dependencies ([63adba5](https://github.com/rexxars/react-refractor/commit/63adba562e32dab7ae3299cc1bc09a2f2f0aefe2))
18+
19+
### Bug Fixes
20+
21+
- upgrade to refractor 5.0.0 ([2a576d2](https://github.com/rexxars/react-refractor/commit/2a576d2feabf0bbd8b041a579fc4d218318d99b4))
22+
823
## [3.1.1](https://github.com/rexxars/react-refractor/compare/v3.1.0...v3.1.1) (2024-04-09)
924

1025
### Bug Fixes

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2024 Espen Hovlandsdal
3+
Copyright (c) 2025 Espen Hovlandsdal
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-refractor",
3-
"version": "3.1.1",
3+
"version": "4.0.0",
44
"description": "Super-thin React wrapper for refractor (Syntax highlighting using VDOM)",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)