Skip to content

Commit

Permalink
chore: bump version to 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshaf committed Nov 26, 2024
1 parent e4767fd commit 3b5fd28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ test-results
playwright-report
/blob-report/
/playwright/.cache/
packages/idb-cache/README.md
packages/idb-cache/test-results
packages/idb-cache-app/test-results
10 changes: 4 additions & 6 deletions packages/idb-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instructure/idb-cache",
"version": "1.1.4",
"version": "1.1.6",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -19,16 +19,14 @@
},
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"files": ["dist", "README.md"],
"scripts": {
"build": "rslib build",
"dev": "rslib build --watch",
"biome:check": "biome check . --write",
"typescript:check": "tsc --noEmit",
"test": "vitest"
"test": "vitest",
"prepublish": "rslib build && cp ../../README.md ."
},
"peerDependencies": {
"@rslib/core": "^0.0.15"
Expand Down

0 comments on commit 3b5fd28

Please sign in to comment.