diff --git a/CHANGELOG.md b/CHANGELOG.md index 412e4d1..e649e7b 100755 --- a/CHANGELOG.md +++ b/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. +## [4.3.0](https://github.com/shopeX-2002/ECShopX_AdminFrontend/compare/v4.2.0...v4.3.0) (2026-02-06) + + +### Bug Fixes + +* **scope:** fix some bugs ([772a935](https://github.com/shopeX-2002/ECShopX_AdminFrontend/commit/772a935276063e8a3984eac500e8e88569af45bb)) + ## [4.2.0](https://github.com/shopeX-2002/ECShopX_AdminFrontend/compare/v4.1.0...v4.2.0) (2025-12-29) ## [4.1.0](https://github.com/shopeX-2002/ECShopX_AdminFrontend/compare/v4.0.1...v4.1.0) (2025-12-09) diff --git a/package-lock.json b/package-lock.json index c5c1d1b..cb242eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecshopx-admin", - "version": "4.2.0", + "version": "4.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ecshopx-admin", - "version": "4.2.0", + "version": "4.3.0", "dependencies": { "@antv/g2plot": "^2.4.31", "@icon-park/vue": "^1.4.2", diff --git a/package.json b/package.json index 590e196..b9dbc29 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ecshopx-admin", - "version": "4.2.0", + "version": "4.3.0", "description": "ecshopx admin", "author": "shopex", "private": true,