Skip to content

Commit

Permalink
v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adjective-Object committed Nov 14, 2024
1 parent b8951c9 commit e055f26
Show file tree
Hide file tree
Showing 15 changed files with 60 additions and 44 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,47 @@
{
"name": "@good-fences/api",
"entries": [
{
"date": "Thu, 14 Nov 2024 16:54:38 GMT",
"version": "0.18.0",
"tag": "@good-fences/api_v0.18.0",
"comments": {
"minor": [
{
"author": "mhuan13@gmail.com",
"package": "@good-fences/api",
"commit": "9b19dd7721cf74f69ed05d080c278b3001cf6d0a",
"comment": "Add support for usage from test files"
},
{
"author": "mhuan13@gmail.com",
"package": "@good-fences/api",
"commit": "f2ee1e7123d1895a7370eed524c507253687f981",
"comment": "unused_finder: return tagged symbols"
},
{
"author": "mhuan13@gmail.com",
"package": "@good-fences/api",
"commit": "6bddb68fff2115ac17e9beb797a28313be85ba65",
"comment": "Expose a jsonschema file for the unused finder config"
}
],
"none": [
{
"author": "mhuan13@gmail.com",
"package": "@good-fences/api",
"commit": "a0f4bdcad9e242364f603aebaf3a649599d38d25",
"comment": "Add mergiraf as default merge driver, difft as default diff visualizer"
},
{
"author": "Maxwell.HuangHobbs@microsoft.com",
"package": "@good-fences/api",
"commit": "6bddb68fff2115ac17e9beb797a28313be85ba65",
"comment": "enforce jsonschema for unused-config.json"
}
]
}
},
{
"date": "Thu, 07 Nov 2024 18:37:07 GMT",
"version": "0.17.0",
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @good-fences/api

This log was last generated on Thu, 07 Nov 2024 18:37:07 GMT and should not be manually modified.
This log was last generated on Thu, 14 Nov 2024 16:54:38 GMT and should not be manually modified.

<!-- Start content -->

## 0.18.0

Thu, 14 Nov 2024 16:54:38 GMT

### Minor changes

- Add support for usage from test files (mhuan13@gmail.com)
- unused_finder: return tagged symbols (mhuan13@gmail.com)
- Expose a jsonschema file for the unused finder config (mhuan13@gmail.com)

## 0.17.0

Thu, 07 Nov 2024 18:37:07 GMT
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

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.17.0",
"version": "0.18.0",
"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.17.0",
"version": "0.18.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@good-fences/api-linux-arm-gnueabihf",
"version": "0.17.0",
"version": "0.18.0",
"os": [
"linux"
],
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.17.0",
"version": "0.18.0",
"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.17.0",
"version": "0.18.0",
"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.17.0",
"version": "0.18.0",
"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.17.0",
"version": "0.18.0",
"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.17.0",
"version": "0.18.0",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit e055f26

Please sign in to comment.