We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb3d3e6 commit eef0a31Copy full SHA for eef0a31
3 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 0.6.1 - Unreleased
+## 0.6.1 - 2025-12-25
4
5
### Changes
6
package.json
{
"name": "@steipete/summarize",
- "version": "0.6.0",
+ "version": "0.6.1",
"description": "Link → clean text → summary.",
"type": "module",
"bin": {
src/version.ts
@@ -4,7 +4,7 @@ import { fileURLToPath } from 'node:url'
declare const __dirname: string | undefined
7
-export const FALLBACK_VERSION = '0.6.0'
+export const FALLBACK_VERSION = '0.6.1'
8
9
export function resolvePackageVersion(importMetaUrl?: string): string {
10
const injected =
0 commit comments