Skip to content

Commit 4d08185

Browse files
RELEASING: Releasing 1 package(s) (#365)
Releases: freee-mcp@0.19.0 [skip ci] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 546273e commit 4d08185

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.changeset/auto-set-default-company.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-coercible-record-params.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# freee-mcp
22

3+
## 0.19.0
4+
5+
### Minor Changes
6+
7+
- [`799e201`](https://github.com/freee/freee-mcp/commit/799e201ffad8158173499bb2578fdeccbd648b69): OAuth 認証完了時にデフォルト事業所を自動設定するようにした。初回認証後に current company が未設定(ID: 0)の場合、会計 API(または HR API)から事業所一覧を取得し、最初の事業所を自動で設定する。 ([#362](https://github.com/freee/freee-mcp/pull/362))
8+
9+
### Patch Changes
10+
11+
- [`546273e`](https://github.com/freee/freee-mcp/commit/546273eed194207861715f14921d8c22f6d2f348): MCP クライアントがオブジェクト型パラメータ(query/body)を JSON 文字列として送信した場合にバリデーションエラーになる問題を修正 ([#364](https://github.com/freee/freee-mcp/pull/364))
12+
313
## 0.18.0
414

515
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "freee-mcp",
4-
"version": "0.18.0",
4+
"version": "0.19.0",
55
"bin": {
66
"freee-mcp": "./bin/freee-mcp.js",
77
"freee-remote-mcp": "./bin/freee-remote-mcp.js"

0 commit comments

Comments
 (0)