Skip to content

Commit 8c6e081

Browse files
committed
chore: Bump version to 0.0.7 and update CHANGELOG
- Updated package version from 0.0.6 to 0.0.7 in package.json. - Added entry for version 0.0.7 in CHANGELOG.md noting a README update. - Changed the publish command in README.md from 'pnpm publish' to 'pnpm release'.
1 parent 064ab29 commit 8c6e081

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# mcp-memory-libsql
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- readme again!
8+
39
## 0.0.6
410

511
### Patch Changes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ pnpm changeset version
122122

123123
3. Publish to npm (will prompt for 2FA code):
124124
```bash
125-
pnpm publish
125+
pnpm release
126126
```
127127

128128
### npm Tags

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-memory-libsql",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "LibSQL-based persistent memory tool for MCP",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)