Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca committed Apr 7, 2024
1 parent c86eab9 commit c6b296f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aralroca/diff-dom-streaming",
"version": "0.1.1",
"version": "0.1.2",
"exports": {
".": "./src/index.ts",
"./types": "./index.d.ts"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diff-dom-streaming",
"version": "0.1.2-canary.1",
"version": "0.1.2",
"bugs": "https://github.com/aralroca/diff-dom-streaming/issues",
"description": "Diff DOM algorithm with streaming. Gets all modifications, insertions and removals between a DOM fragment and a stream HTML reader.",
"keywords": [
Expand Down

0 comments on commit c6b296f

Please sign in to comment.