Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/scripts/before-beta-release.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const pkgJson = require(PKG_JSON_PATH); // eslint-disable-line import/no-dynamic

const PACKAGE_NAME = pkgJson.name;
const VERSION = pkgJson.version;
console.log(`before-deploy: Current version is ${VERSION}`); // eslint-disable-line no-console

const nextVersion = getNextVersion(VERSION);
console.log(`before-deploy: Setting version to ${nextVersion}`); // eslint-disable-line no-console
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [0.2.16](https://github.com/apify/actors-mcp-server/releases/tag/v0.2.16) (2025-07-24)
## [0.3.1](https://github.com/apify/actors-mcp-server/releases/tag/v0.3.1) (2025-07-24)

### 🚀 Features

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apify/actors-mcp-server",
"version": "0.2.16",
"version": "0.3.1",
"type": "module",
"description": "Model Context Protocol Server for Apify",
"engines": {
Expand Down