We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e12ae commit 6462302Copy full SHA for 6462302
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @dschz/load-script
2
3
+## 1.0.1
4
+
5
+### Patch Changes
6
7
+- Adds return type signature for JSR compliance
8
9
## 1.0.0
10
11
### Major Changes
jsr.json
@@ -1,6 +1,6 @@
{
"name": "@dschz/load-script",
- "version": "1.0.0",
+ "version": "1.0.1",
"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