Skip to content

Commit 230f282

Browse files
committed
chore: release 0.16.1
1 parent 1768c76 commit 230f282

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

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.16.0",
3+
"version": "0.16.1",
44
"description": "Link → clean text → summary.",
55
"bin": {
66
"summarize": "./dist/cli.js",

packages/core/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-core",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "Summarize core library (content extraction + prompts).",
55
"files": [
66
"dist",

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.16.0";
7+
export const FALLBACK_VERSION = "0.16.1";
88

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

0 commit comments

Comments
 (0)