Skip to content

Commit eef0a31

Browse files
committed
chore(release): 0.6.1
1 parent bb3d3e6 commit eef0a31

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.6.1 - Unreleased
3+
## 0.6.1 - 2025-12-25
44

55
### Changes
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@steipete/summarize",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Link → clean text → summary.",
55
"type": "module",
66
"bin": {

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { fileURLToPath } from 'node:url'
44

55
declare const __dirname: string | undefined
66

7-
export const FALLBACK_VERSION = '0.6.0'
7+
export const FALLBACK_VERSION = '0.6.1'
88

99
export function resolvePackageVersion(importMetaUrl?: string): string {
1010
const injected =

0 commit comments

Comments
 (0)