diff --git a/CHANGELOG.md b/CHANGELOG.md index f5fb3b4..e18e22f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- [2024-10-04] [bleed for mono](https://github.com/RubricLab/memory/commit/6db7d39072c60714068bcb00b07bbf917d76b4b8) - [2024-10-03] [mod lint script](https://github.com/RubricLab/memory/commit/e5a4392d2e7852f0d1424f730aa1316bfeb66f3b) - [2024-10-03] [gitignore turbo, format](https://github.com/RubricLab/memory/commit/fd8aedfe7144de98f9a405305e3b82839084fab7) # Changelog diff --git a/package.json b/package.json index 66066ff..a6af759 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rubriclab/memory", "module": "index.ts", - "version": "0.0.2", + "version": "0.0.3", "private": false, "type": "module", "devDependencies": { @@ -22,7 +22,7 @@ }, "scripts": { "prepare": "bun x simple-git-hooks", - "bleed": "bun x npm-check-updates -u && bun i", + "bleed": "bun x npm-check-updates -u", "clean": "rm -rf .next && rm -rf node_modules", "format": "bun x biome format --write .", "lint": "bun x biome check . && bun x biome lint .",