diff --git a/CHANGELOG.md b/CHANGELOG.md index c096727..befdd68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.1.0-B.20](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/compare/v1.1.0-B.19...v1.1.0-B.20) (2023-07-27) + + +### Features + +* 🚀 修改弹框切割问题 ([8b774cb](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/commit/8b774cb3890456c316ada0d3dd018d95b8dad9f8)) + + +### Bug Fixes + +* 修改地图文件 ([5bc0c17](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/commit/5bc0c176e366ae72bb322630e8ee902fe770747f)) +* 增加首页json读取不到则调用Android的方法重启 ([ecb6732](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/commit/ecb6732d4f70fec6960a174f67fb49c565ff69e8)) + ## [1.1.0-B.19](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/compare/v1.1.0-B.18...v1.1.0-B.19) (2023-07-24) diff --git a/package-lock.json b/package-lock.json index 9a54441..18d2cda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vue_cli_ts", - "version": "1.1.0-B.19", + "version": "1.1.0-B.20", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vue_cli_ts", - "version": "1.1.0-B.19", + "version": "1.1.0-B.20", "dependencies": { "@better-scroll/core": "^2.5.0", "@better-scroll/observe-image": "^2.5.0", diff --git a/package.json b/package.json index 7935f41..e70d803 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue_cli_ts", - "version": "1.1.0-B.19", + "version": "1.1.0-B.20", "private": true, "scripts": { "serve": "vue-cli-service serve",