Skip to content

Commit

Permalink
Merge branch 'release/v0.12.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Jan 4, 2024
2 parents 74dca5c + 869188c commit b86683b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zeed-dom",
"type": "module",
"version": "0.12.6",
"version": "0.12.7",
"description": "🌱 Lightweight offline DOM",
"author": {
"name": "Dirk Holtwick",
Expand Down
2 changes: 2 additions & 0 deletions src/index.browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ export { tidyDOM } from './tidy'
export { CDATA, html } from './html'
export { xml } from './xml'
export { handleHTML } from './manipulate'
export { serializeMarkdown } from './serialize-markdown'
export { serializePlaintext } from './serialize-plaintext'

0 comments on commit b86683b

Please sign in to comment.