Update changelog and version for 0.27.0

This commit is contained in:
Oliver Hamlet
2025-06-08 20:59:14 +01:00
parent 5e52b30815
commit db9f51a2b2
19 changed files with 69 additions and 27 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "libloot-nodejs"
version = "0.26.3"
version = "0.27.0"
license = "GPL-3.0-or-later"
[lib]
+1 -1
View File
@@ -7,7 +7,7 @@ test('liblootVersion', t => {
});
test('isCompatible', t => {
t.is(isCompatible(0, 26, 0), true)
t.is(isCompatible(0, 27, 0), true)
});
test('Group equality', t => {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "libloot-nodejs-linux-x64-gnu",
"version": "0.26.3",
"version": "0.27.0",
"os": [
"linux"
],
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "libloot-nodejs-win32-x64-msvc",
"version": "0.26.3",
"version": "0.27.0",
"os": [
"win32"
],
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "libloot-nodejs",
"version": "0.26.3",
"version": "0.27.0",
"main": "index.js",
"types": "index.d.ts",
"napi": {