Skip to content

Commit

Permalink
v0.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Adjective-Object committed Dec 3, 2024
1 parent dbc4ee0 commit 8e60f58
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 15 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@good-fences/api",
"entries": [
{
"date": "Tue, 03 Dec 2024 21:05:49 GMT",
"version": "0.18.4",
"tag": "@good-fences/api_v0.18.4",
"comments": {
"patch": [
{
"author": "Maxwell.HuangHobbs@microsoft.com",
"package": "@good-fences/api",
"commit": "dbc4ee04f782394eb63675d738b3c6f35b8ccb6f",
"comment": "avoid duplicate publishing in napi prepublish from default platforms"
}
]
}
},
{
"date": "Tue, 03 Dec 2024 19:39:43 GMT",
"version": "0.18.3",
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, 03 Dec 2024 19:39:43 GMT and should not be manually modified.
This log was last generated on Tue, 03 Dec 2024 21:05:49 GMT and should not be manually modified.

<!-- Start content -->

## 0.18.4

Tue, 03 Dec 2024 21:05:49 GMT

### Patches

- avoid duplicate publishing in napi prepublish from default platforms (Maxwell.HuangHobbs@microsoft.com)

## 0.18.3

Tue, 03 Dec 2024 19:39:43 GMT
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion 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.3",
"version": "0.18.4",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "0.18.4",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "0.18.4",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "0.18.4",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "0.18.4",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "0.18.4",
"os": [
"win32"
],
Expand Down
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.3",
"version": "0.18.4",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit 8e60f58

Please sign in to comment.