Skip to content

Commit bb1e880

Browse files
author
JustTB
committed
Release v0.15.1
1 parent 4589e21 commit bb1e880

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [v0.15.1] - 2026-06-03
6+
7+
### Fixed
8+
- Docker: set explicit `target: runner` on app service build — scripts stage added after runner caused compose to pick scripts (last stage) as default, starting a Node REPL instead of the server
9+
510
## [v0.12.0] - 2026-05-20
611

712
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "power2plant",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"description": "Companion planting recommendations for your garden beds",
55
"license": "MIT",
66
"packageManager": "pnpm@11.4.0",

0 commit comments

Comments
 (0)