We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7de016 commit 4e17baaCopy full SHA for 4e17baa
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @dschz/load-script
2
3
+## 1.0.4
4
+
5
+### Patch Changes
6
7
+- adds handling of null container value which defaults to document.head
8
9
## 1.0.3
10
11
### Patch Changes
jsr.json
@@ -1,6 +1,6 @@
{
"name": "@dschz/load-script",
- "version": "1.0.3",
+ "version": "1.0.4",
"license": "MIT",
"exports": "./src/index.ts"
}
package.json
"description": "Dynamically load scripts in the browser with caching.",
"type": "module",
"author": "Daniel Sanchez <dsanc89@icloud.com>",
0 commit comments