chore(ext): bump version to 0.1.16
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@@ -11129,7 +11129,7 @@
|
|||||||
},
|
},
|
||||||
"packages/extension": {
|
"packages/extension": {
|
||||||
"name": "@page-agent/ext",
|
"name": "@page-agent/ext",
|
||||||
"version": "0.1.15",
|
"version": "0.1.16",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@page-agent/core": "1.5.3",
|
"@page-agent/core": "1.5.3",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@page-agent/ext",
|
"name": "@page-agent/ext",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.1.15",
|
"version": "0.1.16",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "wxt",
|
"dev": "wxt",
|
||||||
|
|||||||
@@ -33,8 +33,9 @@ console.log(
|
|||||||
|
|
||||||
const tagName = `EXT_v${newVersion}`
|
const tagName = `EXT_v${newVersion}`
|
||||||
console.log(chalk.cyan.bold('📋 Next steps:\n'))
|
console.log(chalk.cyan.bold('📋 Next steps:\n'))
|
||||||
|
console.log(chalk.blueBright(`npm i`))
|
||||||
console.log(
|
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 tag -a ${tagName} -m "${tagName}"`))
|
||||||
console.log(chalk.blueBright(`git push && git push origin ${tagName}\n`))
|
console.log(chalk.blueBright(`git push && git push origin ${tagName}\n`))
|
||||||
|
|||||||
Reference in New Issue
Block a user