Skip to content

Commit 6ea87e2

Browse files
committed
chore: version bump to v1.1.0
1 parent 80dd7cf commit 6ea87e2

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.changeset/modern-peas-check.md

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# solid-create-script
2+
3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 80dd7cf: Adds proper handling of direct script properties like async, defer and innerHTML.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solid-create-script",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Solid utility hook to dynamically load an external script.",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)