Skip to content

Commit 24d30a0

Browse files
committed
chore: update version
1 parent 08bd9cf commit 24d30a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aralroca/diff-dom-streaming",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"exports": {
55
".": "./src/index.ts",
66
"./types": "./index.d.ts"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diff-dom-streaming",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"bugs": "https://github.com/aralroca/diff-dom-streaming/issues",
55
"description": "Diff DOM algorithm with streaming. Gets all modifications, insertions and removals between a DOM fragment and a stream HTML reader.",
66
"keywords": [

0 commit comments

Comments
 (0)