Skip to content

Commit e877203

Browse files
chore(main): release 0.12.0
1 parent a2c269c commit e877203

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.11.0"
2+
".": "0.12.0"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.12.0](https://github.com/pythoninthegrass/lunchjs/compare/v0.11.0...v0.12.0) (2026-01-06)
4+
5+
6+
### Features
7+
8+
* **ci:** add path filtering and fix Task cache for skip optimization ([562a000](https://github.com/pythoninthegrass/lunchjs/commit/562a00097d65441e724af85203d56db71fc96f63))
9+
* **ci:** cache iOS build artifacts for full skip optimization ([a2c269c](https://github.com/pythoninthegrass/lunchjs/commit/a2c269c9bb29f67f48175d1081b004f52a29347b))
10+
11+
12+
### Bug Fixes
13+
14+
* **ci:** add explicit npm ci for clean node_modules ([8d7e9e1](https://github.com/pythoninthegrass/lunchjs/commit/8d7e9e14223da0932596686aeb90a477fcb31292))
15+
* **ci:** run tauri icon from root to find node_modules ([44e1199](https://github.com/pythoninthegrass/lunchjs/commit/44e1199e729e0940762fe6f14951c03fc109476f))
16+
* **ci:** set RUNNER_TOOL_CACHE for self-hosted runner ([5ff61cc](https://github.com/pythoninthegrass/lunchjs/commit/5ff61cc104babea0e273b3d616226a0a363236e0))
17+
* **ci:** simplify Homebrew deps for self-hosted runner ([5bdf64f](https://github.com/pythoninthegrass/lunchjs/commit/5bdf64f006463d72cd85d3a246115c1c52a2dc19))
18+
19+
20+
### Reverts
21+
22+
* remove RUNNER_TOOL_CACHE (created /Users/runner instead) ([5d2c413](https://github.com/pythoninthegrass/lunchjs/commit/5d2c4132b4de6b6fbe962e8953dc703304f7183a))
23+
324
## [0.11.0](https://github.com/pythoninthegrass/lunchjs/compare/v0.10.0...v0.11.0) (2026-01-06)
425

526

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lunch"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
description = "Cross-platform restaurant selector"
55
authors = ["Lance"]
66
license = "Unlicense"

0 commit comments

Comments
 (0)