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

Commit beb8520

Browse files
chore(release): 1.10.8-next.1 [skip ci]
## [1.10.8-next.1](v1.10.7...v1.10.8-next.1) (2023-12-10) ### Bug Fixes * remove incorrect module path resolution, set correct rollup bundle input ([#129](#129)) ([fccdb4d](fccdb4d))
1 parent fccdb4d commit beb8520

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.10.8-next.1](https://github.com/podium-lib/podlet-server/compare/v1.10.7...v1.10.8-next.1) (2023-12-10)
2+
3+
4+
### Bug Fixes
5+
6+
* remove incorrect module path resolution, set correct rollup bundle input ([#129](https://github.com/podium-lib/podlet-server/issues/129)) ([fccdb4d](https://github.com/podium-lib/podlet-server/commit/fccdb4dd72c89553cd8c27aea3b3f00f75886ba7))
7+
18
## [1.10.7](https://github.com/podium-lib/podlet-server/compare/v1.10.6...v1.10.7) (2023-11-24)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@podium/podlet-server",
3-
"version": "1.10.7",
3+
"version": "1.10.8-next.1",
44
"type": "module",
55
"bin": {
66
"podlet": "./cli.js"

0 commit comments

Comments
 (0)