Skip to content

Commit 61c6237

Browse files
committed
🔖 Release as v0.9.9
1 parent 21b8f33 commit 61c6237

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.9.9 (WIP)
1+
## 0.9.9 (2026-07-03)
22

33
* Honor the `async` option in `requireFileViaVm`: `Blast.require({async: true})` always compiled a plain sync wrapper, so any file using a top-level `await` (like an Alchemy migration) threw a `SyntaxError` instead of running
44
* Fix `GroupedSignatureType#clone()` double-wrapping the member types, making any `.or()`/`.and()` group throw on `.test()` after `.optional()`/`.nullable()`, and make it keep the `allow_null`/`is_optional` flags

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "protoblast",
33
"description": "Native object expansion library",
4-
"version": "0.9.9-alpha",
4+
"version": "0.9.9",
55
"author": "Jelle De Loecker <jelle@elevenways.be>",
66
"keywords": [
77
"prototype",

0 commit comments

Comments
 (0)