Skip to content

Commit 45f8c7a

Browse files
committed
1.1.2
1 parent e800973 commit 45f8c7a

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# [1.1.1](https://github.com/VuePlusOrg/vue3-base/compare/v1.1.0...v1.1.1) (2023-01-03)
1+
## [1.1.2](https://github.com/VuePlusOrg/vue3-base/compare/v1.1.1...v1.1.2) (2023-01-18)
2+
3+
4+
### Features
5+
6+
* **index.html & app.vue:** added a global loading pop-up window before the resource file is loaded ([9c76140](https://github.com/VuePlusOrg/vue3-base/commit/9c7614011e8401c4e4e4d80dfa7c38d610ebf267))
7+
8+
9+
10+
## [1.1.1](https://github.com/VuePlusOrg/vue3-base/compare/v1.1.0...v1.1.1) (2023-01-03)
211

312

413
### Bug Fixes
@@ -14,7 +23,7 @@
1423

1524

1625

17-
# [1.1.0](https://github.com/VuePlusOrg/vue3-base/compare/v1.0.0...v1.1.0) (2022-12-30)
26+
## [1.1.0](https://github.com/VuePlusOrg/vue3-base/compare/v1.0.0...v1.1.0) (2022-12-30)
1827

1928

2029
### Bug Fixes
@@ -37,7 +46,7 @@
3746

3847

3948

40-
# [1.0.0](https://github.com/VuePlusOrg/vue3-base/compare/f602c5a4972f5b5b5c7aebbc201ab533e87025b3...v1.0.0) (2022-12-26)
49+
## [1.0.0](https://github.com/VuePlusOrg/vue3-base/compare/f602c5a4972f5b5b5c7aebbc201ab533e87025b3...v1.0.0) (2022-12-26)
4150

4251

4352
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-base",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
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)