Skip to content

Commit

Permalink
v0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Adjective-Object committed Dec 2, 2024
1 parent d1d7d4f commit b12b737
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 28 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@good-fences/api",
"entries": [
{
"date": "Mon, 02 Dec 2024 19:40:25 GMT",
"version": "0.18.2",
"tag": "@good-fences/api_v0.18.2",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@good-fences/api",
"commit": "29cc6f52f80b1f329c1d81c39b0f6d03dbb45042",
"comment": "internal refactoring of loggers"
}
],
"patch": [
{
"author": "[email protected]",
"package": "@good-fences/api",
"commit": "d1d7d4f358c0c464f86a6795a13260c4f81d2479",
"comment": "remove unbuilt linux-arm-gnueabihf package"
}
]
}
},
{
"date": "Tue, 19 Nov 2024 23:53:48 GMT",
"version": "0.18.1",
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @good-fences/api

This log was last generated on Tue, 19 Nov 2024 23:53:48 GMT and should not be manually modified.
This log was last generated on Mon, 02 Dec 2024 19:40:25 GMT and should not be manually modified.

<!-- Start content -->

## 0.18.2

Mon, 02 Dec 2024 19:40:25 GMT

### Patches

- remove unbuilt linux-arm-gnueabihf package ([email protected])

## 0.18.1

Tue, 19 Nov 2024 23:53:48 GMT
Expand Down

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@good-fences/api-darwin-arm64",
"version": "0.18.1",
"version": "0.18.2",
"os": [
"darwin"
],
Expand All @@ -19,4 +19,4 @@
"type": "git",
"url": "git+https://github.com/Adjective-Object/good-fences-rs-core.git"
}
}
}
4 changes: 2 additions & 2 deletions npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@good-fences/api-darwin-x64",
"version": "0.18.1",
"version": "0.18.2",
"os": [
"darwin"
],
Expand All @@ -19,4 +19,4 @@
"type": "git",
"url": "git+https://github.com/Adjective-Object/good-fences-rs-core.git"
}
}
}
4 changes: 2 additions & 2 deletions npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@good-fences/api-linux-arm64-gnu",
"version": "0.18.1",
"version": "0.18.2",
"os": [
"linux"
],
Expand All @@ -22,4 +22,4 @@
"libc": [
"glibc"
]
}
}
4 changes: 2 additions & 2 deletions npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@good-fences/api-linux-x64-gnu",
"version": "0.18.1",
"version": "0.18.2",
"os": [
"linux"
],
Expand All @@ -22,4 +22,4 @@
"libc": [
"glibc"
]
}
}
4 changes: 2 additions & 2 deletions npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@good-fences/api-win32-arm64-msvc",
"version": "0.18.1",
"version": "0.18.2",
"os": [
"win32"
],
Expand All @@ -19,4 +19,4 @@
"type": "git",
"url": "git+https://github.com/Adjective-Object/good-fences-rs-core.git"
}
}
}
4 changes: 2 additions & 2 deletions npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@good-fences/api-win32-x64-msvc",
"version": "0.18.1",
"version": "0.18.2",
"os": [
"win32"
],
Expand All @@ -19,4 +19,4 @@
"type": "git",
"url": "git+https://github.com/Adjective-Object/good-fences-rs-core.git"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@good-fences/api",
"version": "0.18.1",
"version": "0.18.2",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit b12b737

Please sign in to comment.