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

Commit 595b04f

Browse files
chore(release): 1.9.0 [skip ci]
# [1.9.0](v1.8.14...v1.9.0) (2023-07-04) ### Bug Fixes * refactor file watching and ws out of plugins ([80ad3e7](80ad3e7)) * set connection close to stop 503s on restarts ([7002057](7002057)) ### Features * add generated types for the podlet-server ([c9f9ec1](c9f9ec1))
1 parent b058e56 commit 595b04f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.9.0](https://github.com/podium-lib/podlet-server/compare/v1.8.14...v1.9.0) (2023-07-04)
2+
3+
4+
### Bug Fixes
5+
6+
* refactor file watching and ws out of plugins ([80ad3e7](https://github.com/podium-lib/podlet-server/commit/80ad3e7602531fff941a224f704e3f3b254ca9aa))
7+
* set connection close to stop 503s on restarts ([7002057](https://github.com/podium-lib/podlet-server/commit/7002057f2a2f352b6c7c7d7ae1ec2d5063d00bbb))
8+
9+
10+
### Features
11+
12+
* add generated types for the podlet-server ([c9f9ec1](https://github.com/podium-lib/podlet-server/commit/c9f9ec1765b776d32427a27e9df92cf80c320524))
13+
114
## [1.8.14](https://github.com/podium-lib/podlet-server/compare/v1.8.13...v1.8.14) (2023-07-03)
215

316

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.8.14",
3+
"version": "1.9.0",
44
"type": "module",
55
"bin": {
66
"podlet": "./cli.js"

0 commit comments

Comments
 (0)