We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834dcd1 commit 79e6078Copy full SHA for 79e6078
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "porffor",
3
"description": "An ahead-of-time JavaScript compiler",
4
- "version": "0.60.31",
+ "version": "0.61.0",
5
"author": "Oliver Medhurst <honk@goose.icu>",
6
"license": "MIT",
7
"scripts": {},
runtime/index.js
@@ -1,6 +1,6 @@
#!/usr/bin/env node
import fs from 'node:fs';
-globalThis.version = '0.60.31';
+globalThis.version = '0.61.0';
// deno compat
if (typeof process === 'undefined' && typeof Deno !== 'undefined') {
0 commit comments