Skip to content

Commit ca95816

Browse files
authored
Merge pull request #192 from him0/changeset-release/main
chore: release packages
2 parents 35231fa + a766663 commit ca95816

4 files changed

Lines changed: 10 additions & 13 deletions

File tree

.changeset/fix-nullable-company-name.md

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

.changeset/fix-token-exchange-error-handling.md

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

packages/freee-mcp/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @him0/freee-mcp
22

3+
## 0.6.6
4+
5+
### Patch Changes
6+
7+
- d2147d3: freee API が name: null の事業所を返す場合に configure コマンドが失敗する問題を修正
8+
- d055c47: fix: トークン交換の失敗をブラウザに正しく表示
9+
10+
トークン交換を待ってから結果に応じてブラウザに応答を返すように修正。エラー時は「認証エラー」(HTTP 500)を表示し、エラーがサイレントに無視されないようにした。
11+
312
## 0.6.5
413

514
### Patch Changes

packages/freee-mcp/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": "@him0/freee-mcp",
4-
"version": "0.6.5",
4+
"version": "0.6.6",
55
"bin": {
66
"freee-mcp": "./bin/cli.js"
77
},

0 commit comments

Comments
 (0)