Skip to content

Commit ebe25f3

Browse files
release: 1.8.0
1 parent 94faa63 commit ebe25f3

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 1.8.0 (2025-10-29)
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+
### Chores
13+
14+
* extract some types in mcp docs ([78cdaab](https://github.com/DayMoonDevelopment/post-for-me-typescript/commit/78cdaab1209af77ba9ba458bf1a58e9f3b242a41))
15+
* **internal:** use npm pack for build uploads ([87f3395](https://github.com/DayMoonDevelopment/post-for-me-typescript/commit/87f3395df1d69ea7ee089e810c0363d627889662))
16+
317
## 1.7.1 (2025-10-04)
418

519
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)