From d1448924685177da1e361fac3888f70b8e6525e7 Mon Sep 17 00:00:00 2001 From: CanadaHonk Date: Wed, 8 Feb 2023 18:11:00 +0000 Subject: [PATCH] release: 0.13.0 --- changelog.md | 2 ++ package.json | 2 +- src/index.js | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 417bb6f..93ee10d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,7 @@ # 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.11.0 - 2023-01-08](https://gluonjs.org/blog/gluon-v0.11/) diff --git a/package.json b/package.json index f7076ce..749a474 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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.", "main": "src/index.js", "types": "gluon.d.ts", diff --git a/src/index.js b/src/index.js index 41f0ce9..66a8aca 100644 --- a/src/index.js +++ b/src/index.js @@ -9,7 +9,7 @@ import Firefox from './browser/firefox.js'; import * as ExtensionsAPI from './extensions.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 __dirname = dirname(__filename);