Skip to content

Commit

Permalink
v0.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Adjective-Object committed Dec 3, 2024
1 parent 7e2c5ad commit f045ed4
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 22 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": "Tue, 03 Dec 2024 19:39:43 GMT",
"version": "0.18.3",
"tag": "@good-fences/api_v0.18.3",
"comments": {
"none": [
{
"author": "Maxwell.HuangHobbs@microsoft.com",
"package": "@good-fences/api",
"commit": "599271a0cf2d196dd80a9e5886ae54d59b573bde",
"comment": "ast_name_tracker: track external references in ESM snippets"
}
],
"patch": [
{
"author": "Maxwell.HuangHobbs@microsoft.com",
"package": "@good-fences/api",
"commit": "7e2c5ad3af7966cef343f91efed0b90ea20f781a",
"comment": "add some debug settings to publish pipeline"
}
]
}
},
{
"date": "Mon, 02 Dec 2024 19:40:25 GMT",
"version": "0.18.2",
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 Mon, 02 Dec 2024 19:40:25 GMT and should not be manually modified.
This log was last generated on Tue, 03 Dec 2024 19:39:43 GMT and should not be manually modified.

<!-- Start content -->

## 0.18.3

Tue, 03 Dec 2024 19:39:43 GMT

### Patches

- add some debug settings to publish pipeline (Maxwell.HuangHobbs@microsoft.com)

## 0.18.2

Mon, 02 Dec 2024 19:40:25 GMT
Expand Down

This file was deleted.

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.2",
"version": "0.18.3",
"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.2",
"version": "0.18.3",
"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.2",
"version": "0.18.3",
"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.2",
"version": "0.18.3",
"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.2",
"version": "0.18.3",
"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.2",
"version": "0.18.3",
"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.2",
"version": "0.18.3",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit f045ed4

Please sign in to comment.