Skip to content

Commit c09ee2d

Browse files
AzymAzym
authored andcommitted
chore: point package homepage at the product site (node 1.14.1, python 0.15.1, mcp 1.18.1)
npm and PyPI listings led with the GitHub repo, which is not where someone evaluating the SDK wants to land. homepage/Homepage now point at https://www.bulkpublish.com; repository and Issues still point at GitHub so the source stays one click away on both registry pages. Also fixes a dead link: the Python Documentation URL was https://bulkpublish.com/docs/api, which 404s (verified) — the API reference is served from https://app.bulkpublish.com/docs. Patch bumps are required to publish this: neither registry allows editing metadata on an already-published version.
1 parent fe89b5d commit c09ee2d

4 files changed

Lines changed: 26 additions & 7 deletions

File tree

CHANGELOG.md

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

3+
## 2026-08-31 — Package homepage points at the product site (node 1.14.1, python 0.15.1, mcp 1.18.1)
4+
5+
### Changed
6+
7+
- **`homepage` / `Homepage` is now https://www.bulkpublish.com** on the npm and PyPI packages
8+
instead of the GitHub repo. The registry listings led with the source repo,
9+
which is not where someone evaluating the SDK wants to land. `repository`
10+
and `Issues` still point at GitHub, so the source is one click away on both
11+
registry pages.
12+
13+
### Fixed
14+
15+
- **Python `Documentation` URL 404'd.** It pointed at
16+
`https://bulkpublish.com/docs/api`, which does not exist on the marketing
17+
site; the API reference lives at `https://app.bulkpublish.com/docs`.
18+
19+
320
## 2026-08-31 — Media list: real `total` + server-side `type` filter (node 1.14.0, python 0.15.0, mcp 1.18.0)
421

522
### Added

mcp-server/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@bulkpublish/mcp-server",
3-
"version": "1.18.0",
3+
"version": "1.18.1",
44
"description": "Model Context Protocol server for BulkPublish \u2014 lets AI assistants manage social media posts, channels, media, and analytics.",
5+
"homepage": "https://www.bulkpublish.com",
56
"mcpName": "io.github.azeemkafridi/bulkpublish",
67
"repository": {
78
"type": "git",
@@ -54,4 +55,4 @@
5455
"README.md",
5556
"smithery.yaml"
5657
]
57-
}
58+
}

node/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "bulkpublish",
3-
"version": "1.14.0",
3+
"version": "1.14.1",
44
"description": "Social media automation API for AI agents, LLMs, and developers. Publish to 15 platforms programmatically.",
5+
"homepage": "https://www.bulkpublish.com",
56
"author": "BulkPublish",
67
"license": "MIT",
78
"repository": {
@@ -51,4 +52,4 @@
5152
"typescript": "^5.5.0",
5253
"vitest": "^2.0.0"
5354
}
54-
}
55+
}

python/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "bulkpublish"
7-
version = "0.15.0"
7+
version = "0.15.1"
88
description = "Social media automation API for AI agents, LLMs, and developers. Publish to 15 platforms programmatically."
99
readme = "README.md"
1010
license = "MIT"
@@ -36,8 +36,8 @@ dependencies = ["httpx>=0.24.0"]
3636
dev = ["pytest>=7.0", "pytest-asyncio>=0.21", "respx>=0.20"]
3737

3838
[project.urls]
39-
Homepage = "https://github.com/azeemkafridi/bulkpublish-api"
40-
Documentation = "https://bulkpublish.com/docs/api"
39+
Homepage = "https://www.bulkpublish.com"
40+
Documentation = "https://app.bulkpublish.com/docs"
4141
Repository = "https://github.com/azeemkafridi/bulkpublish-api"
4242
Issues = "https://github.com/azeemkafridi/bulkpublish-api/issues"
4343

0 commit comments

Comments
 (0)