From 3b4612ba6bab3353d17047ed390e8745150ac390 Mon Sep 17 00:00:00 2001 From: Aaron Shafovaloff Date: Mon, 25 Nov 2024 20:57:53 -0700 Subject: [PATCH] chore: bump version to 1.1.2 --- packages/idb-cache/package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/idb-cache/package.json b/packages/idb-cache/package.json index 8076960..cc85eab 100644 --- a/packages/idb-cache/package.json +++ b/packages/idb-cache/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/idb-cache", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "repository": { "type": "git", @@ -19,7 +19,9 @@ }, "module": "./dist/index.js", "types": "./dist/index.d.ts", - "files": ["dist"], + "files": [ + "dist" + ], "scripts": { "build": "rslib build", "dev": "rslib build --watch",