Skip to content

Commit a2ba689

Browse files
committed
1.1.1
1 parent 660b0cb commit a2ba689

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
# [1.0.0](https://github.com/VuePlusOrg/vue3-base/compare/178f141bd3119e00e48fd2add1f8a24d6b70642a...v1.0.0) (2022-12-26)
1+
# [1.1.1](https://github.com/VuePlusOrg/vue3-base/compare/v1.1.0...v1.1.1) (2023-01-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **vite.config.ts:** fix the problem that the type of visualizer plugin passed in is wrong ([660b0cb](https://github.com/VuePlusOrg/vue3-base/commit/660b0cb12ecc80fad3b209f4685cd34b5bacd730))
27

38

49
### Features
510

6-
* basically complete the project upgrade ([178f141](https://github.com/VuePlusOrg/vue3-base/commit/178f141bd3119e00e48fd2add1f8a24d6b70642a))
11+
* **.husky:** added commit message format check and pre-commit code lint check ([7bd0c7f](https://github.com/VuePlusOrg/vue3-base/commit/7bd0c7f65bc2685daa499b24f3663ef6cef53a4a))
12+
* **app-sider:** added sider support for internationalization ([eeac43a](https://github.com/VuePlusOrg/vue3-base/commit/eeac43a053298bb984340d7392c2282c881b095c))
13+
* **tsconfig.app.json:** added TypeScript support for ts files and tsx files ([b527f33](https://github.com/VuePlusOrg/vue3-base/commit/b527f33aa924e7ae306fcd33b042ae4eecf4f3c3))
714

815

916

@@ -27,3 +34,14 @@
2734
* **user-store:** Modify the default gender to -1 ([ebc4dd2](https://github.com/VuePlusOrg/vue3-base/commit/ebc4dd20e380c7fcaa305b327e9f333d6a45c82f))
2835
* **views:** add route name for page ([2e7bf2d](https://github.com/VuePlusOrg/vue3-base/commit/2e7bf2d143488887fd2cb602dd9e0f3d6549e1e8))
2936
* **views:** remove counter page & mock page ([d6a9a67](https://github.com/VuePlusOrg/vue3-base/commit/d6a9a67d3f218355975a4e2bdc099d6f08bbc382))
37+
38+
39+
40+
# [1.0.0](https://github.com/VuePlusOrg/vue3-base/compare/f602c5a4972f5b5b5c7aebbc201ab533e87025b3...v1.0.0) (2022-12-26)
41+
42+
43+
### Features
44+
45+
* basically complete the project upgrade ([178f141](https://github.com/VuePlusOrg/vue3-base/commit/178f141bd3119e00e48fd2add1f8a24d6b70642a))
46+
47+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-base",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"private": true,
55
"description": "A Vue3-based project infrastructure that can help you quickly and engineer Vue3-based project development.",
66
"author": {

0 commit comments

Comments
 (0)