Skip to content

Commit 89224f8

Browse files
committed
Release v0.1.1
1 parent 1c64880 commit 89224f8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ All notable changes to this project will be documented in this file.
99
- Parsers for categories, merchants, and menu items.
1010
- Basic tests and CI.
1111
- Agent-focused skill documentation.
12+
13+
## [0.1.1] - 2026-01-04
14+
### Fixed
15+
- CI build by externalizing Playwright from the bundle and using a Node shebang for the CLI.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clifood",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": false,
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)