Skip to content

Commit 82f8e9b

Browse files
chore(release): 5.0.0 [skip ci]
# [5.0.0](v4.0.2...v5.0.0) (2024-09-04) ### Bug Fixes * **deps:** Bump diff from 5.2.0 to 6.0.0 ([#392](#392)) ([4b0d162](4b0d162)) ### BREAKING CHANGES * **deps:** update diff to v6 ([changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md#600-currently-in-beta))
1 parent 4b0d162 commit 82f8e9b

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [5.0.0](https://github.com/markedjs/html-differ/compare/v4.0.2...v5.0.0) (2024-09-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** Bump diff from 5.2.0 to 6.0.0 ([#392](https://github.com/markedjs/html-differ/issues/392)) ([4b0d162](https://github.com/markedjs/html-differ/commit/4b0d16200b97f8096ec636c12e9d3d9aa12e6f01))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **deps:** update diff to v6 ([changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md#600-currently-in-beta))
12+
113
## [4.0.2](https://github.com/markedjs/html-differ/compare/v4.0.1...v4.0.2) (2022-04-24)
214

315

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": "4.0.2",
3+
"version": "5.0.0",
44
"description": "Compares two HTML",
55
"keywords": [
66
"html-differ",

0 commit comments

Comments
 (0)