Skip to content

Commit d00d3b1

Browse files
authored
Merge pull request #2 from kyozen-sys/release-please--branches--main--components--phantompool
chore(main): release 0.2.0
2 parents ef0bad7 + bdab973 commit d00d3b1

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/kyozen-sys/PhantomPool/compare/v0.1.0...v0.2.0) (2026-05-22)
4+
5+
6+
### Features
7+
8+
* **browser:** crash recovery and browser rotation ([a5358af](https://github.com/kyozen-sys/PhantomPool/commit/a5358afa84a000bf94e1dcccf48b62b74f79e7bd))
9+
* **docs:** serve OpenAPI reference at /docs via Scalar ([620c431](https://github.com/kyozen-sys/PhantomPool/commit/620c4316df5d84250763ff3b7212f15594da67ae))
10+
* **pool:** crash recovery, graceful close and lease lifecycle hardening ([c51681f](https://github.com/kyozen-sys/PhantomPool/commit/c51681f39393e50c9c3cb996e41629032a77b919))
11+
* **server:** graceful shutdown on SIGTERM/SIGINT ([8db9109](https://github.com/kyozen-sys/PhantomPool/commit/8db9109e0396e6222684d2ff8e76106d7faed41a))
12+
13+
14+
### Bug Fixes
15+
16+
* **browser:** temporary userDir ([09f9354](https://github.com/kyozen-sys/PhantomPool/commit/09f9354a7c037fa63e4eb1bceb7597cd708e3611))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "phantompool",
33
"description": "Browser pool that orchestrates real Chromium instances with leases, hard cancellation, and bounded backpressure",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"private": true,
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)