Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 40952f1

Browse files
committed
release: 0.13.2
1 parent b771777 commit 40952f1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
- Fixed IPC exposing sometimes not working when ran early due to timing issue
77
- Fixed IPC expose Proxy setter return values
88

9+
### v0.13.2
10+
- Fixed Local not resolving custom indexes
11+
912

1013
## [v0.12.0 - 2023-01-28](https://gluonjs.org/blog/gluon-v0.12/)
1114

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gluon-framework/gluon",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"description": "Make websites into desktop apps with system installed browsers and NodeJS.",
55
"main": "src/index.js",
66
"types": "gluon.d.ts",

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Firefox from './browser/firefox.js';
99
import * as ExtensionsAPI from './extensions.js';
1010
import LocalHTTP from './lib/local/http.js';
1111

12-
process.versions.gluon = '0.13.1';
12+
process.versions.gluon = '0.13.2';
1313

1414
const __filename = fileURLToPath(import.meta.url);
1515
const __dirname = dirname(__filename);

0 commit comments

Comments
 (0)