File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ const pkgJson = require(PKG_JSON_PATH); // eslint-disable-line import/no-dynamic
88
99const PACKAGE_NAME = pkgJson . name ;
1010const VERSION = pkgJson . version ;
11+ console . log ( `before-deploy: Current version is ${ VERSION } ` ) ; // eslint-disable-line no-console
1112
1213const nextVersion = getNextVersion ( VERSION ) ;
1314console . log ( `before-deploy: Setting version to ${ nextVersion } ` ) ; // eslint-disable-line no-console
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ All notable changes to this project will be documented in this file.
1111
1212
1313<!-- git-cliff-unreleased-end -->
14- ## [ 0.2.16] ( https://github.com/apify/actors-mcp-server/releases/tag/v0.2.16 ) (2025-07-24)
14+
15+ ## [ 0.3.1] ( https://github.com/apify/actors-mcp-server/releases/tag/v0.3.1 ) (2025-07-24)
1516
1617### 🚀 Features
1718
You can’t perform that action at this time.
0 commit comments