diff --git a/package-lock.json b/package-lock.json index 8ca8fed..2afdeeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11129,7 +11129,7 @@ }, "packages/extension": { "name": "@page-agent/ext", - "version": "0.1.15", + "version": "0.1.16", "hasInstallScript": true, "dependencies": { "@page-agent/core": "1.5.3", diff --git a/packages/extension/package.json b/packages/extension/package.json index 606d749..f8d1a09 100644 --- a/packages/extension/package.json +++ b/packages/extension/package.json @@ -1,7 +1,7 @@ { "name": "@page-agent/ext", "private": true, - "version": "0.1.15", + "version": "0.1.16", "type": "module", "scripts": { "dev": "wxt", diff --git a/scripts/ext-version.js b/scripts/ext-version.js index e7d2cff..13360fa 100644 --- a/scripts/ext-version.js +++ b/scripts/ext-version.js @@ -33,8 +33,9 @@ console.log( const tagName = `EXT_v${newVersion}` console.log(chalk.cyan.bold('📋 Next steps:\n')) +console.log(chalk.blueBright(`npm i`)) console.log( - chalk.blueBright(`git add . && git commit -m "chore(extension): bump version to ${newVersion}"`) + chalk.blueBright(`git add . && git commit -m "chore(ext): bump version to ${newVersion}"`) ) console.log(chalk.blueBright(`git tag -a ${tagName} -m "${tagName}"`)) console.log(chalk.blueBright(`git push && git push origin ${tagName}\n`))