Skip to content

Commit dc8b513

Browse files
release: 1.8.0
1 parent 1780fa5 commit dc8b513

File tree

6 files changed

+26
-5
lines changed

6 files changed

+26
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.7.1"
2+
".": "1.8.0"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## 1.8.0 (2025-11-04)
4+
5+
Full Changelog: [v1.7.1...v1.8.0](https://github.com/DayMoonDevelopment/post-for-me-typescript/compare/v1.7.1...v1.8.0)
6+
7+
### Features
8+
9+
* **api:** api update ([94faa63](https://github.com/DayMoonDevelopment/post-for-me-typescript/commit/94faa639305371f0d1a37fab0cdca4ef12d9d745))
10+
11+
12+
### Bug Fixes
13+
14+
* **mcpb:** pin @anthropic-ai/mcpb version ([b9342cb](https://github.com/DayMoonDevelopment/post-for-me-typescript/commit/b9342cb3430f28065508271f8c6e5e0ec184df22))
15+
16+
17+
### Chores
18+
19+
* extract some types in mcp docs ([78cdaab](https://github.com/DayMoonDevelopment/post-for-me-typescript/commit/78cdaab1209af77ba9ba458bf1a58e9f3b242a41))
20+
* **internal:** grammar fix (it's -> its) ([47b4ca9](https://github.com/DayMoonDevelopment/post-for-me-typescript/commit/47b4ca9a95f150c0d55917c2ab6f55b4724610a8))
21+
* **internal:** use npm pack for build uploads ([87f3395](https://github.com/DayMoonDevelopment/post-for-me-typescript/commit/87f3395df1d69ea7ee089e810c0363d627889662))
22+
* use structured error when code execution tool errors ([1780fa5](https://github.com/DayMoonDevelopment/post-for-me-typescript/commit/1780fa5e054d13063e00d6483cd2ba2583594201))
23+
324
## 1.7.1 (2025-10-04)
425

526
Full Changelog: [v1.7.0...v1.7.1](https://github.com/DayMoonDevelopment/post-for-me-typescript/compare/v1.7.0...v1.7.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "post-for-me",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"description": "The official TypeScript library for the Post For Me API",
55
"author": "Post For Me <[email protected]>",
66
"types": "dist/index.d.ts",

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "post-for-me-mcp",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"description": "The official MCP Server for the Post For Me API",
55
"author": "Post For Me <[email protected]>",
66
"types": "dist/index.d.ts",

packages/mcp-server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const newMcpServer = () =>
3434
new McpServer(
3535
{
3636
name: 'post_for_me_api',
37-
version: '1.7.1',
37+
version: '1.8.0',
3838
},
3939
{ capabilities: { tools: {}, logging: {} } },
4040
);

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.7.1'; // x-release-please-version
1+
export const VERSION = '1.8.0'; // x-release-please-version

0 commit comments

Comments
 (0)