Skip to content

Commit 62c5f51

Browse files
committed
version: bump to 0.56
1 parent 291dd22 commit 62c5f51

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "porffor",
33
"description": "An ahead-of-time JavaScript compiler",
4-
"version": "0.55.36",
4+
"version": "0.56.0",
55
"author": "Oliver Medhurst <[email protected]>",
66
"license": "MIT",
77
"scripts": {},

runner/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22
import fs from 'node:fs';
3-
globalThis.version = '0.55.36';
3+
globalThis.version = '0.56.0';
44

55
// deno compat
66
if (typeof process === 'undefined' && typeof Deno !== 'undefined') {

test262/history.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)