Skip to content

Commit

Permalink
chore(release): 1.24.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.24.3](v1.24.2...v1.24.3) (2022-08-23)

### Bug Fixes

* 🐛 注销用户清空vuex用户信息失效 ([a7784d4](a7784d4))
* remove never used code ([57534be](57534be))
* remove simplemde ([dd99b57](dd99b57))
  • Loading branch information
semantic-release-bot committed Aug 23, 2022
1 parent 57534be commit 30b442e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file.

## [1.24.3](https://github.com/d2-projects/d2-admin/compare/v1.24.2...v1.24.3) (2022-08-23)


### Bug Fixes

* 🐛 注销用户清空vuex用户信息失效 ([a7784d4](https://github.com/d2-projects/d2-admin/commit/a7784d4a321138e712a0c2434e2c8a5334de359d))
* remove never used code ([57534be](https://github.com/d2-projects/d2-admin/commit/57534be3fbec2796f998192e26aea3616be2b87c))
* remove simplemde ([dd99b57](https://github.com/d2-projects/d2-admin/commit/dd99b57b6e1330c58c33c57da5785ae4e256847c))

## [1.24.2](https://github.com/d2-projects/d2-admin/compare/v1.24.1...v1.24.2) (2021-07-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d2-admin",
"version": "1.24.2",
"version": "1.24.3",
"scripts": {
"serve": "vue-cli-service serve --open",
"start": "npm run serve",
Expand Down

0 comments on commit 30b442e

Please sign in to comment.