Update version and changelog for v0.28.0

This commit is contained in:
Oliver Hamlet
2025-08-02 16:36:20 +01:00
parent ff86fdc65d
commit 55bdf56227
13 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ test('liblootVersion', t => {
});
test('isCompatible', t => {
t.is(isCompatible(0, 27, 0), true)
t.is(isCompatible(0, 28, 0), true)
});
test('Group equality', t => {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "libloot-nodejs-linux-x64-gnu",
"version": "0.27.0",
"version": "0.28.0",
"os": [
"linux"
],
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "libloot-nodejs-win32-x64-msvc",
"version": "0.27.0",
"version": "0.28.0",
"os": [
"win32"
],
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "libloot-nodejs",
"version": "0.27.0",
"version": "0.28.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "libloot-nodejs",
"version": "0.27.0",
"version": "0.28.0",
"license": "MIT",
"devDependencies": {
"@napi-rs/cli": "^3.0.4",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "libloot-nodejs",
"version": "0.27.0",
"version": "0.28.0",
"main": "index.js",
"types": "index.d.ts",
"napi": {