Skip to content

Commit 9d9caea

Browse files
committed
chore: bump version to 1.1.0
1 parent 0f70689 commit 9d9caea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/idb-cache/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instructure/idb-cache",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -19,7 +19,9 @@
1919
},
2020
"module": "./dist/index.js",
2121
"types": "./dist/index.d.ts",
22-
"files": ["dist"],
22+
"files": [
23+
"dist"
24+
],
2325
"scripts": {
2426
"build": "rslib build",
2527
"dev": "rslib build --watch",

0 commit comments

Comments
 (0)