Skip to content

Commit 5d07082

Browse files
committed
bump minor version
1 parent 8eb4bc8 commit 5d07082

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/idb-cache/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instructure/idb-cache",
3-
"version": "1.1.8",
3+
"version": "1.2.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -19,7 +19,10 @@
1919
},
2020
"module": "./dist/index.js",
2121
"types": "./dist/index.d.ts",
22-
"files": ["dist", "README.md"],
22+
"files": [
23+
"dist",
24+
"README.md"
25+
],
2326
"scripts": {
2427
"build": "rslib build",
2528
"dev": "rslib build --watch",

0 commit comments

Comments
 (0)