Skip to content

Commit 2dfb744

Browse files
chore(main): release 0.15.0
1 parent 1380901 commit 2dfb744

3 files changed

Lines changed: 9 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.14.0"
2+
".": "0.15.0"
33
}

CHANGELOG.md

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

3+
## [0.15.0](https://github.com/pythoninthegrasses/lunchjs/compare/v0.14.0...v0.15.0) (2026-02-03)
4+
5+
6+
### Features
7+
8+
* migrate from npm to Deno for frontend tooling ([c6120c3](https://github.com/pythoninthegrasses/lunchjs/commit/c6120c376b822ecd90402e9794f0ec223052d8b1))
9+
310
## [0.14.0](https://github.com/pythoninthegrasses/lunchjs/compare/v0.13.0...v0.14.0) (2026-02-03)
411

512

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.14.0"
3+
version = "0.15.0"
44
description = "Cross-platform restaurant selector"
55
authors = ["Lance"]
66
license = "Unlicense"

0 commit comments

Comments
 (0)