Browse Source

chore(release): 1.0.0-B.1

pull/1/head v1.0.0-B.1
姜鑫 3 years ago
parent
commit
f2addeb030
  1. 11
      CHANGELOG.md
  2. 2
      package-lock.json
  3. 2
      package.json

11
CHANGELOG.md

@ -0,0 +1,11 @@
# Changelog
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.1 (2023-10-25)
### Features
* 🚀 commit ([e31a067](https://git.1000my.com/project_yongwangyun/YongWang_Customer/commit/e31a067acf66fdbc0d41e9ec04905b066ee3325d))
* 🚀 first commit ([26b3c78](https://git.1000my.com/project_yongwangyun/YongWang_Customer/commit/26b3c78b13b9e7b083bd918a77aceba1fc257355))

2
package-lock.json

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

2
package.json

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

Loading…
Cancel
Save