Skip to content

Commit 84fdcda

Browse files
publish: 0.61.12
1 parent 82e4c45 commit 84fdcda

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@honk/porffor",
3-
"version": "0.61.11",
3+
"version": "0.61.12",
44
"exports": "./compiler/wrap.js",
55
"publish": {
66
"exclude": [

package.json

Lines changed: 1 addition & 1 deletion
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.61.11",
4+
"version": "0.61.12",
55
"author": "Oliver Medhurst <honk@goose.icu>",
66
"license": "MIT",
77
"scripts": {},

runtime/index.js

Lines changed: 1 addition & 1 deletion
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.61.11';
3+
globalThis.version = '0.61.12';
44

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

test262/history.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)