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

Commit 8e03c8f

Browse files
chore(release): 1.6.3 [skip ci]
## [1.6.3](v1.6.2...v1.6.3) (2023-04-26) ### Bug Fixes * **cli:** remove app header when starting app in production ([#56](#56)) ([9b85e0f](9b85e0f))
1 parent 9b85e0f commit 8e03c8f

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.6.3](https://github.com/podium-lib/podlet-server/compare/v1.6.2...v1.6.3) (2023-04-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **cli:** remove app header when starting app in production ([#56](https://github.com/podium-lib/podlet-server/issues/56)) ([9b85e0f](https://github.com/podium-lib/podlet-server/commit/9b85e0f8fffd7550a16b3a5074c161d1d58a55ab))
7+
18
## [1.6.2](https://github.com/podium-lib/podlet-server/compare/v1.6.1...v1.6.2) (2023-04-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.6.2",
3+
"version": "1.6.3",
44
"type": "module",
55
"bin": {
66
"podlet": "./cli.js"

0 commit comments

Comments
 (0)