Skip to content

Commit

Permalink
Trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
tedspare committed Oct 16, 2024
1 parent 6116c39 commit 3e13576
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- [2024-10-15] [Trigger release](https://github.com/RubricLab/memory/commit/b737b478caadd3c5a57cf0aa1e75bab81804819e)
- [2024-10-15] [Replace Prisma with Kysely](https://github.com/RubricLab/memory/commit/fed6f2022cb78052d4afbb1c63d95f40e7e01832)
- [2024-10-15] [Remove temp type](https://github.com/RubricLab/memory/commit/7edd19d51c8b3d0d9f8625e996e4818614e731dd)
- [2024-10-15] [Improve editing ability](https://github.com/RubricLab/memory/commit/c4e105be1a85152af88e77c9b41ef061660e7138)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@rubriclab/memory",
"module": "src/index.ts",
"main": "src/index.ts",
"version": "0.0.31",
"version": "0.0.32",
"private": false,
"type": "module",
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ export class Memory {

console.log(chalk.green(`Added ${facts.length} facts`))
console.log(chalk.yellow(`Updated ${toDelete.length} facts`))

console.log(`Completed in ${(performance.now() - start).toFixed(2)}ms`)

return { tags, facts }
Expand Down

0 comments on commit 3e13576

Please sign in to comment.