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