Skip to content

Commit 827e8f5

Browse files
Merge pull request #3682 from opral/changeset-release/main
Version Packages [skip preview]
2 parents 56d1e1d + d10e6d2 commit 827e8f5

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @lix-js/html-diff
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- b785bbd: Switch HTML diff parsing from the browser-only `DOMParser` to server-friendly `parse5` so the library can run in Node, workers, and other isomorphic environments without DOM shims.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lix-js/html-diff",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"type": "module",
55
"types": "./dist/index.d.ts",
66
"publishConfig": {

0 commit comments

Comments
 (0)