Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.14.0"
".": "1.15.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Loading