Compare commits

...

3 Commits

  1. 2
      .drone.yml
  2. 7
      CHANGELOG.md
  3. 2
      package-lock.json
  4. 2
      package.json

2
.drone.yml

@ -20,7 +20,7 @@ trigger:
volumes:
- name: node
host:
path: /data/drone/node_modules_daoshi/
path: /data/drone/node_modules_YongWang_Customer/
- name: svn
host:
path: /data/drone/svndir/

7
CHANGELOG.md

@ -2,6 +2,13 @@
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.18](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.17...v1.0.0-B.18) (2024-01-16)
### Bug Fixes
* YongWang_Customer ([5f9c9ea](https://git.1000my.com/project_yongwangyun/YongWang_Customer/commit/5f9c9ea90ebbd29ccf5dcbb77a522fc18f3ade5f))
## [1.0.0-B.17](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.16...v1.0.0-B.17) (2024-01-16)

2
package-lock.json

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

2
package.json

@ -1,6 +1,6 @@
{
"name": "vue_cli_ts",
"version": "1.0.0-B.17",
"version": "1.0.0-B.18",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

Loading…
Cancel
Save