Skip to content

Commit 6399645

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

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

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

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

5+
## [0.4.16](https://github.com/apify/apify-mcp-server/releases/tag/v0.4.16) (2025-09-24)
6+
7+
### 🐛 Bug Fixes
8+
9+
- Release cicd ([#289](https://github.com/apify/apify-mcp-server/pull/289)) ([c2b950a](https://github.com/apify/apify-mcp-server/commit/c2b950af6b8c45150ba128392ee80fec6c36f62d)) by [@jirispilka](https://github.com/jirispilka)
10+
11+
512
## [0.4.15](https://github.com/apify/apify-mcp-server/releases/tag/v0.4.15) (2025-09-24)
613

714
### 🐛 Bug Fixes
@@ -573,4 +580,4 @@ All notable changes to this project will be documented in this file.
573580
### 🐛 Bug Fixes
574581

575582
- 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)
576-
- 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)
583+
- 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 MCP server",
5-
"version": "0.4.15",
5+
"version": "0.4.16",
66
"description": "Extract data from any website using thousands of tools from the 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.4.15",
3+
"version": "0.4.16",
44
"type": "module",
55
"description": "Apify MCP Server",
66
"engines": {

0 commit comments

Comments
 (0)