Skip to content

Commit 1a207f7

Browse files
chore(release): 5.0.3 [skip ci]
## [5.0.3](v5.0.2...v5.0.3) (2025-11-04) ### Bug Fixes * refactor presets import to use JSON module syntax ([#516](#516)) ([155c7c5](155c7c5))
1 parent 155c7c5 commit 1a207f7

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.0.3](https://github.com/markedjs/html-differ/compare/v5.0.2...v5.0.3) (2025-11-04)
2+
3+
4+
### Bug Fixes
5+
6+
* refactor presets import to use JSON module syntax ([#516](https://github.com/markedjs/html-differ/issues/516)) ([155c7c5](https://github.com/markedjs/html-differ/commit/155c7c5f6f831f50ae607bfa59178af786c4ccc1))
7+
18
## [5.0.2](https://github.com/markedjs/html-differ/compare/v5.0.1...v5.0.2) (2025-05-12)
29

310

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": "@markedjs/html-differ",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "Compares two HTML",
55
"keywords": [
66
"html-differ",

0 commit comments

Comments
 (0)