We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c64880 commit 89224f8Copy full SHA for 89224f8
CHANGELOG.md
@@ -9,3 +9,7 @@ All notable changes to this project will be documented in this file.
9
- Parsers for categories, merchants, and menu items.
10
- Basic tests and CI.
11
- 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
@@ -1,6 +1,6 @@
1
{
2
"name": "clifood",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"private": false,
5
"type": "module",
6
"bin": {
0 commit comments