From ec26af28c2cd9e85e0112e7f02f767a41323a7da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 21:35:30 +0000 Subject: [PATCH] chore(main): release 1.15.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ npm/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2ef9a1c..a25d1bc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.14.0" + ".": "1.15.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eb1e1c5..4501602 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.15.0](https://github.com/drgould/multi-dev-proxy/compare/v1.14.0...v1.15.0) (2026-08-26) + + +### Features + +* add --restart / restart: to auto-restart crashed services ([#86](https://github.com/drgould/multi-dev-proxy/issues/86)) ([b04fce4](https://github.com/drgould/multi-dev-proxy/commit/b04fce4d15f965377a5de54983ce659f4af54227)) +* exit mdp run when all batch services crash or close ([#84](https://github.com/drgould/multi-dev-proxy/issues/84)) ([734f6d8](https://github.com/drgould/multi-dev-proxy/commit/734f6d870211c3ce076aa46fd1eb8835bf106601)) + + +### Bug Fixes + +* take over foreign Service Worker scope when the served app changes ([#87](https://github.com/drgould/multi-dev-proxy/issues/87)) ([781dbc0](https://github.com/drgould/multi-dev-proxy/commit/781dbc01992dca97dd0a23edeb54fdc1a37191ef)) + ## [1.14.0](https://github.com/drgould/multi-dev-proxy/compare/v1.13.0...v1.14.0) (2026-08-24) diff --git a/npm/package.json b/npm/package.json index 30dfd22..8199667 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "mdp", - "version": "1.14.0", + "version": "1.15.0", "description": "Multi-dev proxy — run multiple dev servers behind one port", "bin": { "mdp": "./bin/mdp"