diff --git a/.github/scripts/before-beta-release.cjs b/.github/scripts/before-beta-release.cjs index 5d38045f..fad6bf09 100644 --- a/.github/scripts/before-beta-release.cjs +++ b/.github/scripts/before-beta-release.cjs @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3667c4af..0b2b5172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,8 @@ 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