diff --git a/.changeset/big-snakes-begin.md b/.changeset/big-snakes-begin.md deleted file mode 100644 index cacfa73..0000000 --- a/.changeset/big-snakes-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"writable-dom": patch ---- - -Support blocking=render attribute. diff --git a/.changeset/old-rivers-visit.md b/.changeset/old-rivers-visit.md deleted file mode 100644 index f61dcd3..0000000 --- a/.changeset/old-rivers-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"writable-dom": patch ---- - -Prefer importing new nodes into the target document (better support for writable dom into an iframe). diff --git a/.changeset/purple-jokes-decide.md b/.changeset/purple-jokes-decide.md deleted file mode 100644 index 294ba5b..0000000 --- a/.changeset/purple-jokes-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"writable-dom": patch ---- - -Fix issue with script/style text not inserted if it was the last child of the document. diff --git a/CHANGELOG.md b/CHANGELOG.md index 54cd8d7..20fe71a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # writable-dom +## 1.0.5 + +### Patch Changes + +- [#12](https://github.com/marko-js/writable-dom/pull/12) [`242e990`](https://github.com/marko-js/writable-dom/commit/242e990dec74c227c9e7dcd7bbb9b819a32c97d1) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Support blocking=render attribute. + +- [#12](https://github.com/marko-js/writable-dom/pull/12) [`242e990`](https://github.com/marko-js/writable-dom/commit/242e990dec74c227c9e7dcd7bbb9b819a32c97d1) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Prefer importing new nodes into the target document (better support for writable dom into an iframe). + +- [#12](https://github.com/marko-js/writable-dom/pull/12) [`242e990`](https://github.com/marko-js/writable-dom/commit/242e990dec74c227c9e7dcd7bbb9b819a32c97d1) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with script/style text not inserted if it was the last child of the document. + ## 1.0.4 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index d608cac..1de37df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "writable-dom", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "writable-dom", - "version": "1.0.4", + "version": "1.0.5", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.5.1", diff --git a/package.json b/package.json index 59c18a3..f7a1e94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "writable-dom", - "version": "1.0.4", + "version": "1.0.5", "description": "Utility to stream HTML content into a live document.", "keywords": [ "dom",