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

Commit 5c3ff54

Browse files
chore(release): 1.5.3 [skip ci]
## [1.5.3](v1.5.2...v1.5.3) (2023-04-20) ### Bug Fixes * make it possible to disable compression ([e51c818](e51c818))
1 parent e51c818 commit 5c3ff54

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.5.3](https://github.com/podium-lib/podlet-server/compare/v1.5.2...v1.5.3) (2023-04-20)
2+
3+
4+
### Bug Fixes
5+
6+
* make it possible to disable compression ([e51c818](https://github.com/podium-lib/podlet-server/commit/e51c81893e9be471ccb3fb93075de0e6d1c35af9))
7+
18
## [1.5.2](https://github.com/podium-lib/podlet-server/compare/v1.5.1...v1.5.2) (2023-04-17)
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.5.2",
3+
"version": "1.5.3",
44
"type": "module",
55
"bin": {
66
"podlet": "./cli.js"

0 commit comments

Comments
 (0)