Skip to content

Commit c7ebb3a

Browse files
committed
chore: bump version to v1.0.6
1 parent 230b487 commit c7ebb3a

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @dschz/load-script
22

3+
## 1.0.6
4+
5+
### Patch Changes
6+
7+
- make loadScript SSR safe with isBrowser guard to ensure function only runs in browser environments.
8+
39
## 1.0.5
410

511
### Patch Changes

jsr.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@dschz/load-script",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"license": "MIT",
5-
"exports": "./src/index.ts"
5+
"exports": "./src/index.ts",
6+
"publish": {
7+
"include": ["LICENSE", "README.md", "src/**/*.ts"],
8+
"exclude": ["**/*.test.ts"]
9+
}
610
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dschz/load-script",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Dynamically load scripts in the browser with caching.",
55
"type": "module",
66
"author": "Daniel Sanchez <dsanc89@icloud.com>",

0 commit comments

Comments
 (0)