Skip to content

Commit c2b950a

Browse files
authored
fix: Release cicd (#289)
* fix: Update release version
1 parent 62d91c7 commit c2b950a

File tree

4 files changed

+6
-14
lines changed

4 files changed

+6
-14
lines changed

CHANGELOG.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## [0.4.14](https://github.com/apify/apify-mcp-server/releases/tag/v0.4.14) (2025-09-24)
5+
## [0.4.15](https://github.com/apify/apify-mcp-server/releases/tag/v0.4.15) (2025-09-24)
66

77
### 🐛 Bug Fixes
88

@@ -12,14 +12,6 @@ All notable changes to this project will be documented in this file.
1212
- Update changelog.md, fix ci ([#288](https://github.com/apify/apify-mcp-server/pull/288)) ([b74631e](https://github.com/apify/apify-mcp-server/commit/b74631ea39d2fd57cf4a2c15e0978d549617d944)) by [@jirispilka](https://github.com/jirispilka)
1313

1414

15-
## [0.4.15](https://github.com/apify/apify-mcp-server/releases/tag/v0.4.14) (2025-09-24)
16-
17-
### 🐛 Bug Fixes
18-
19-
- Actorized MCP servers have 30 seconds timeout to connect ([#272](https://github.com/apify/apify-mcp-server/pull/272)) ([cdffc3e](https://github.com/apify/apify-mcp-server/commit/cdffc3e80bcd3cd1410e4d8d7edf3e58c4202a37)) by [@MichalKalita](https://github.com/MichalKalita), closes [#250](https://github.com/apify/apify-mcp-server/issues/250)
20-
- Actor card markdown ([#285](https://github.com/apify/apify-mcp-server/pull/285)) ([73e3115](https://github.com/apify/apify-mcp-server/commit/73e3115b86466e268048590102fecffeaf5f7d86)) by [@jirispilka](https://github.com/jirispilka), closes [#286](https://github.com/apify/apify-mcp-server/issues/286)
21-
- Change dxt to mcpb in release cicd ([#281](https://github.com/apify/apify-mcp-server/pull/281)) ([150ff39](https://github.com/apify/apify-mcp-server/commit/150ff392ef987281a629f35e1e392b9073481be9)) by [@MQ37](https://github.com/MQ37)
22-
2315
## [0.4.14](https://github.com/apify/apify-mcp-server/releases/tag/v0.4.14) (2025-09-24)
2416

2517
### 🐛 Bug Fixes
@@ -581,4 +573,4 @@ All notable changes to this project will be documented in this file.
581573
### 🐛 Bug Fixes
582574

583575
- 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)
584-
- 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)
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)

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.14",
5+
"version": "0.4.15",
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.14",
3+
"version": "0.4.15",
44
"type": "module",
55
"description": "Apify MCP Server",
66
"engines": {

0 commit comments

Comments
 (0)