Set version to v0.29.0

This commit is contained in:
Oliver Hamlet
2026-02-04 21:18:04 +00:00
parent 503b8e74bb
commit 7de8bdb3a8
13 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ test('liblootVersion', t => {
});
test('isCompatible', t => {
t.is(isCompatible(0, 28, 0), true)
t.is(isCompatible(0, 29, 0), true)
});
test('Group equality', t => {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "libloot-nodejs-linux-x64-gnu",
"version": "0.28.4",
"version": "0.29.0",
"os": [
"linux"
],
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "libloot-nodejs-win32-x64-msvc",
"version": "0.28.4",
"version": "0.29.0",
"os": [
"win32"
],
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "libloot-nodejs",
"version": "0.28.4",
"version": "0.29.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "libloot-nodejs",
"version": "0.28.4",
"version": "0.29.0",
"license": "MIT",
"devDependencies": {
"@napi-rs/cli": "^3.1.3",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "libloot-nodejs",
"version": "0.28.4",
"version": "0.29.0",
"main": "index.js",
"types": "index.d.ts",
"napi": {