Browse Source

chore(release): 1.0.0-B.27

pull/26/head v1.0.0-B.27
姜鑫 2 years ago
parent
commit
92dfda2ccd
  1. 2
      CHANGELOG.md
  2. 2
      package-lock.json
  3. 4
      package.json

2
CHANGELOG.md

@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [1.0.0-B.27](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.26...v1.0.0-B.27) (2024-05-07)
## [1.0.0-B.26](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.25...v1.0.0-B.26) (2024-05-07) ## [1.0.0-B.26](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.25...v1.0.0-B.26) (2024-05-07)

2
package-lock.json

@ -1,6 +1,6 @@
{ {
"name": "vue_cli_ts", "name": "vue_cli_ts",
"version": "1.0.0-B.26",
"version": "1.0.0-B.27",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

4
package.json

@ -1,6 +1,6 @@
{ {
"name": "vue_cli_ts", "name": "vue_cli_ts",
"version": "1.0.0-B.26",
"version": "1.0.0-B.27",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",
@ -85,7 +85,7 @@
}, },
"standard-version": { "standard-version": {
"scripts": { "scripts": {
"posttag": "git push --follow-tags origin dev"
"posttag": "git push --follow-tags origin HangZhou"
} }
} }
} }

Loading…
Cancel
Save