Skip to content

Commit eb75393

Browse files
github-actions[bot]DylanPiercey
authored andcommitted
[ci] release
1 parent b206400 commit eb75393

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.changeset/seven-days-admire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# writable-dom
22

3+
## 1.0.6
4+
5+
### Patch Changes
6+
7+
- [#14](https://github.com/marko-js/writable-dom/pull/14) [`b206400`](https://github.com/marko-js/writable-dom/commit/b206400457b6d367e938aef04cf5894e9a977b14) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Allow inline script/style tags to be injected without waiting for a nextSibling or final flush. (Checks if last flush ended with the closing tag).
8+
39
## 1.0.5
410

511
### Patch Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "writable-dom",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Utility to stream HTML content into a live document.",
55
"keywords": [
66
"dom",

0 commit comments

Comments
 (0)