Skip to content

Commit ce62e82

Browse files
fix: sync version constant for npm publish
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5956a1e commit ce62e82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ export {
6464
type TelemetryEventName,
6565
} from './telemetry'
6666

67-
// Version (auto-updated by semantic-release)
68-
export const VERSION = '1.0.0'
67+
// Version
68+
export const VERSION = '1.0.2'

0 commit comments

Comments
 (0)