Skip to content

Commit a5ef14c

Browse files
chore(release): 4.0.1 [skip ci]
## [4.0.1](v4.0.0...v4.0.1) (2022-03-12) ### Bug Fixes * avoid memory leak and concurrency issues ([#157](#157)) ([b5f8c58](b5f8c58))
1 parent b5f8c58 commit a5ef14c

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+
## [4.0.1](https://github.com/markedjs/html-differ/compare/v4.0.0...v4.0.1) (2022-03-12)
2+
3+
4+
### Bug Fixes
5+
6+
* avoid memory leak and concurrency issues ([#157](https://github.com/markedjs/html-differ/issues/157)) ([b5f8c58](https://github.com/markedjs/html-differ/commit/b5f8c58e21af3f264ccf45e6f52abeebd601b3f1))
7+
18
# [4.0.0](https://github.com/markedjs/html-differ/compare/v3.0.4...v4.0.0) (2021-11-28)
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": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Compares two HTML",
55
"keywords": [
66
"html-differ",

0 commit comments

Comments
 (0)