Skip to content

Commit 50526ea

Browse files
author
Apify Release Bot
committed
chore(release): Update changelog, package.json, manifest.json and server.json versions [skip ci]
1 parent 0d33d2c commit 50526ea

5 files changed

Lines changed: 15 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
<!-- git-cliff-unreleased-start -->
6+
## 0.9.11 - **not yet released**
7+
8+
### 🐛 Bug Fixes
9+
10+
- Update README and CHANGELOG for consistency and clarity ([#557](https://github.com/apify/apify-mcp-server/pull/557)) ([0d33d2c](https://github.com/apify/apify-mcp-server/commit/0d33d2cbcb462473d91498645bc105155622d325)) by [@jirispilka](https://github.com/jirispilka)
11+
12+
13+
<!-- git-cliff-unreleased-end -->
514
## [0.9.10](https://github.com/apify/apify-mcp-server/releases/tag/v0.9.10) (2026-03-13)
615

716
### 🐛 Bug Fixes
@@ -1029,4 +1038,4 @@ All notable changes to this project will be documented in this file.
10291038
### 🐛 Bug Fixes
10301039

10311040
- Update express routes to correctly handle GET and HEAD requests, fix CI ([#5](https://github.com/apify/actors-mcp-server/pull/5)) ([ec6e9b0](https://github.com/apify/actors-mcp-server/commit/ec6e9b0a4657f673b3650a5906fe00e66411d7f1)) by [@jirispilka](https://github.com/jirispilka)
1032-
- Correct publishing of npm module ([#6](https://github.com/apify/actors-mcp-server/pull/6)) ([4c953e9](https://github.com/apify/actors-mcp-server/commit/4c953e9fe0c735f1690c8356884dd78d8608979f)) by [@jirispilka](https://github.com/jirispilka)
1041+
- Correct publishing of npm module ([#6](https://github.com/apify/actors-mcp-server/pull/6)) ([4c953e9](https://github.com/apify/actors-mcp-server/commit/4c953e9fe0c735f1690c8356884dd78d8608979f)) by [@jirispilka](https://github.com/jirispilka)

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": "0.2",
33
"name": "apify-mcp-server",
44
"display_name": "Apify",
5-
"version": "0.9.10",
5+
"version": "0.9.11",
66
"description": "Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store.",
77
"long_description": "Apify is the world's largest marketplace of tools for web scraping, data extraction, and web automation. You can extract structured data from social media, e-commerce, search engines, maps, travel sites, or any other website.",
88
"keywords": [

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/actors-mcp-server",
3-
"version": "0.9.10",
3+
"version": "0.9.11",
44
"type": "module",
55
"description": "Apify MCP Server",
66
"mcpName": "com.apify/apify-mcp-server",

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "https://github.com/apify/apify-mcp-server",
77
"source": "github"
88
},
9-
"version": "0.9.10",
9+
"version": "0.9.11",
1010
"remotes": [
1111
{
1212
"type": "streamable-http",

0 commit comments

Comments
 (0)