File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.16.1 - 2026-05-21
4+
5+ ### Fixes
6+
7+ - Packaging: publish the CLI with a resolved ` @steipete/summarize-core ` dependency after ` 0.16.0 ` was published with workspace metadata.
8+
39## 0.16.0 - 2026-05-21
410
511### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " @steipete/summarize" ,
3- "version" : " 0.16.0 " ,
3+ "version" : " 0.16.1 " ,
44 "description" : " Link → clean text → summary." ,
55 "bin" : {
66 "summarize" : " ./dist/cli.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @steipete/summarize-core" ,
3- "version" : " 0.16.0 " ,
3+ "version" : " 0.16.1 " ,
44 "description" : " Summarize core library (content extraction + prompts)." ,
55 "files" : [
66 " dist" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { fileURLToPath } from "node:url";
44
55declare const __dirname : string | undefined ;
66
7- export const FALLBACK_VERSION = "0.16.0 " ;
7+ export const FALLBACK_VERSION = "0.16.1 " ;
88
99export function resolvePackageVersion ( importMetaUrl ?: string ) : string {
1010 const injected =
You can’t perform that action at this time.
0 commit comments