Skip to content

Commit 051652d

Browse files
committed
chore: bump version to v1.0.5
1 parent 6f6a411 commit 051652d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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.5
4+
5+
### Patch Changes
6+
7+
- Updates package keywords to improve discoverability
8+
39
## 1.0.4
410

511
### Patch Changes

jsr.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.4",
3+
"version": "1.0.5",
44
"license": "MIT",
55
"exports": "./src/index.ts"
66
}

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.4",
3+
"version": "1.0.5",
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)