Skip to content

Commit 4f4a080

Browse files
chore(release): 5.0.15 [skip ci]
## @podium/dev-tool [5.0.15](https://github.com/podium-lib/dev-tool/compare/@podium/[email protected]...@podium/[email protected]) (2024-11-07) ### Bug Fixes * assign a random port for devtools in case of conflict ([#136](#136)) ([b9ec263](b9ec263)), closes [#77](#77)
1 parent b9ec263 commit 4f4a080

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/server/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @podium/dev-tool [5.0.15](https://github.com/podium-lib/dev-tool/compare/@podium/[email protected]...@podium/[email protected]) (2024-11-07)
2+
3+
4+
### Bug Fixes
5+
6+
* assign a random port for devtools in case of conflict ([#136](https://github.com/podium-lib/dev-tool/issues/136)) ([b9ec263](https://github.com/podium-lib/dev-tool/commit/b9ec263faa208a3b9aa97172b4d32216b4f07b68)), closes [#77](https://github.com/podium-lib/dev-tool/issues/77)
7+
18
## @podium/dev-tool [5.0.14](https://github.com/podium-lib/dev-tool/compare/@podium/[email protected]...@podium/[email protected]) (2024-09-23)
29

310

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@podium/dev-tool",
3-
"version": "5.0.14",
3+
"version": "5.0.15",
44
"type": "module",
55
"description": "Development tool to improve the experience of working on Podium podlets",
66
"license": "MIT",

0 commit comments

Comments
 (0)