mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update changelog and version for 0.27.0
This commit is contained in:
+1
-1
@@ -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]
|
||||
|
||||
@@ -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,6 +1,6 @@
|
||||
{
|
||||
"name": "libloot-nodejs-linux-x64-gnu",
|
||||
"version": "0.26.3",
|
||||
"version": "0.27.0",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libloot-nodejs-win32-x64-msvc",
|
||||
"version": "0.26.3",
|
||||
"version": "0.27.0",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libloot-nodejs",
|
||||
"version": "0.26.3",
|
||||
"version": "0.27.0",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"napi": {
|
||||
|
||||
Reference in New Issue
Block a user