release: 0.13.0

This commit is contained in:
CanadaHonk 2023-02-08 18:11:00 +00:00
parent 31c27fdd7d
commit d144892468
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# Gluon Changelog # Gluon Changelog
## [v0.13.0 - 2023-02-08](https://gluonjs.org/blog/gluon-v0.13/)
## [v0.12.0 - 2023-01-28](https://gluonjs.org/blog/gluon-v0.12/) ## [v0.12.0 - 2023-01-28](https://gluonjs.org/blog/gluon-v0.12/)
## [v0.11.0 - 2023-01-08](https://gluonjs.org/blog/gluon-v0.11/) ## [v0.11.0 - 2023-01-08](https://gluonjs.org/blog/gluon-v0.11/)

View File

@ -1,6 +1,6 @@
{ {
"name": "@gluon-framework/gluon", "name": "@gluon-framework/gluon",
"version": "0.13.0-alpha.2", "version": "0.13.0",
"description": "Make websites into desktop apps with system installed browsers and NodeJS.", "description": "Make websites into desktop apps with system installed browsers and NodeJS.",
"main": "src/index.js", "main": "src/index.js",
"types": "gluon.d.ts", "types": "gluon.d.ts",

View File

@ -9,7 +9,7 @@ import Firefox from './browser/firefox.js';
import * as ExtensionsAPI from './extensions.js'; import * as ExtensionsAPI from './extensions.js';
import LocalHTTP from './lib/local/http.js'; import LocalHTTP from './lib/local/http.js';
process.versions.gluon = '0.13.0-alpha.2'; process.versions.gluon = '0.13.0';
const __filename = fileURLToPath(import.meta.url); const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename); const __dirname = dirname(__filename);