Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 6a1d458

Browse files
chore(release): 1.5.2 [skip ci]
## [1.5.2](v1.5.1...v1.5.2) (2023-04-17) ### Bug Fixes * ensure dependency paths are resolved correctly during a build ([ac27e41](ac27e41))
1 parent ac27e41 commit 6a1d458

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.5.2](https://github.com/podium-lib/podlet-server/compare/v1.5.1...v1.5.2) (2023-04-17)
2+
3+
4+
### Bug Fixes
5+
6+
* ensure dependency paths are resolved correctly during a build ([ac27e41](https://github.com/podium-lib/podlet-server/commit/ac27e418d75b7f62074ce06bf5aa38b90c13a8df))
7+
18
## [1.5.1](https://github.com/podium-lib/podlet-server/compare/v1.5.0...v1.5.1) (2023-04-17)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@podium/podlet-server",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"type": "module",
55
"bin": {
66
"podlet": "./cli.js"

0 commit comments

Comments
 (0)