Skip to content

Commit 8282a58

Browse files
chore(main): release 0.1.2
1 parent 50c5f73 commit 8282a58

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# dailybrew
22

3+
## [0.1.2](https://github.com/rchardx/dailybrew/compare/v0.1.1...v0.1.2) (2026-03-03)
4+
5+
6+
### Bug Fixes
7+
8+
* read CLI version from package.json instead of hardcoding ([50c5f73](https://github.com/rchardx/dailybrew/commit/50c5f73c585064e916bd1c11c7724feea98eafd4))
9+
310
## 0.1.1
411

512
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dailybrew",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "LLM-powered RSS/web digest CLI",
55
"main": "dist/cli.mjs",
66
"type": "module",

0 commit comments

Comments
 (0)