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

Commit 0511fab

Browse files
chore(release): 1.6.4 [skip ci]
## [1.6.4](v1.6.3...v1.6.4) (2023-04-26) ### Bug Fixes * remove header validation as headers should not be validated by default ([#58](#58)) ([cfd83b9](cfd83b9))
1 parent cfd83b9 commit 0511fab

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.4](https://github.com/podium-lib/podlet-server/compare/v1.6.3...v1.6.4) (2023-04-26)
2+
3+
4+
### Bug Fixes
5+
6+
* remove header validation as headers should not be validated by default ([#58](https://github.com/podium-lib/podlet-server/issues/58)) ([cfd83b9](https://github.com/podium-lib/podlet-server/commit/cfd83b9e99027edbbb8fce8d1c9f6ec67081009f))
7+
18
## [1.6.3](https://github.com/podium-lib/podlet-server/compare/v1.6.2...v1.6.3) (2023-04-26)
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.3",
3+
"version": "1.6.4",
44
"type": "module",
55
"bin": {
66
"podlet": "./cli.js"

0 commit comments

Comments
 (0)