diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..cb19cba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,19 @@ # Changelog + +## [v1.2.1](https://github.com/honghuangdc/soybean-admin-layout/compare/v1.2.0...v1.2.1) (23-06-12) + +###    📖 Documentation + +- **projects**: update CHANGELOG.md  -  by @soybeanjs [(4f6f0)](https://github.com/honghuangdc/soybean-admin-layout/commit/4f6f0f5) + +###    🏡 Chore + +- **projects**: + - update config  -  by @soybeanjs [(65d66)](https://github.com/honghuangdc/soybean-admin-layout/commit/65d6671) + - add package.json export  -  by @soybeanjs [(acd7d)](https://github.com/honghuangdc/soybean-admin-layout/commit/acd7d91) + - upadte deps & update package.json  -  by @soybeanjs [(cdc4f)](https://github.com/honghuangdc/soybean-admin-layout/commit/cdc4f4a) + +###    ❤️ Contributors + +[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)   + diff --git a/package.json b/package.json index ed5ba8a..343df27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soybeanjs/vue-admin-layout", - "version": "1.2.0", + "version": "1.2.1", "private": false, "description": "a layout component of admin template, support vue2 and vue3", "author": "Soybean (honghuangdc@gmail.com)",