Skip to content

Commit 4721896

Browse files
committed
chore: bump version to 0.2.3
Agentnote-Session: 6b5043e6-2a31-4788-8d21-c54b8cac8931
1 parent 53424a0 commit 4721896

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/dist/cli.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6086,7 +6086,7 @@ init_paths();
60866086
import { existsSync as existsSync14 } from "node:fs";
60876087
import { readFile as readFile12 } from "node:fs/promises";
60886088
import { isAbsolute as isAbsolute4, join as join15 } from "node:path";
6089-
var VERSION = "0.2.2";
6089+
var VERSION = "0.2.3";
60906090
async function status() {
60916091
console.log(`agent-note v${VERSION}`);
60926092
console.log();
@@ -6284,7 +6284,7 @@ async function resolveHookDir2(repoRoot3) {
62846284
}
62856285

62866286
// src/cli.ts
6287-
var VERSION2 = "0.2.2";
6287+
var VERSION2 = "0.2.3";
62886288
var HELP = `
62896289
agent-note v${VERSION2} \u2014 remember why your code changed
62906290

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-note",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Remember why your code changed. Link AI agent sessions to git commits.",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)