Skip to content

Commit 6eb5236

Browse files
chore(release): Update changelog, package.json, manifest.json and server.json versions [skip ci]
1 parent 635593d commit 6eb5236

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

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

5-
<!-- git-cliff-unreleased-start -->
6-
## 0.10.7 - **not yet released**
5+
## [0.10.8](https://github.com/apify/apify-mcp-server/releases/tag/v0.10.8) (2026-05-21)
76

87
### 🚀 Features
98

@@ -20,7 +19,6 @@ All notable changes to this project will be documented in this file.
2019
- **ci:** Repair mcpb package build under pnpm 11 ([#896](https://github.com/apify/apify-mcp-server/pull/896)) ([61a0787](https://github.com/apify/apify-mcp-server/commit/61a07877ca11af9df54bd61c296336962248220c)) by [@MQ37](https://github.com/MQ37)
2120

2221

23-
<!-- git-cliff-unreleased-end -->
2422
## [0.10.7](https://github.com/apify/apify-mcp-server/releases/tag/v0.10.7) (2026-05-21)
2523

2624
### 🚀 Features

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": "0.3",
33
"name": "apify-mcp-server",
44
"display_name": "Apify",
5-
"version": "0.10.7",
5+
"version": "0.10.8",
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, crawling, data extraction, and web automation. Get structured data from social media, e-commerce, search engines, maps, travel sites, or any other website.",
88
"keywords": [

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.10.7",
3+
"version": "0.10.8",
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.10.7",
9+
"version": "0.10.8",
1010
"remotes": [
1111
{
1212
"type": "streamable-http",

0 commit comments

Comments
 (0)