Skip to content

Commit dbaf9cd

Browse files
authored
Merge pull request #18 from School-of-Website-Engineering/release-please--branches--main--components--standard-version
2 parents 776ac86 + f46a4e6 commit dbaf9cd

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

CHANGELOG.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,44 @@
11
# Changelog
22

3-
## [1.2.1](https://github.com/School-of-Website-Engineering/Vue-project-template/compare/v1.2.0...v1.2.1) (2023-03-19)
3+
## [1.2.2](https://github.com/School-of-Website-Engineering/Vue-project-template/compare/v1.2.1...v1.2.2) (2023-03-19)
4+
5+
### CI
46

7+
- Update .deepsource.toml ([776ac86](https://github.com/School-of-Website-Engineering/Vue-project-template/commit/776ac86227f27c38028b950a2aa62fed932c74f7))
8+
- Update .deepsource.toml ([a2237cf](https://github.com/School-of-Website-Engineering/Vue-project-template/commit/a2237cfa194e07509b1913cf94d46eba23c73b7f))
9+
10+
## [1.2.1](https://github.com/School-of-Website-Engineering/Vue-project-template/compare/v1.2.0...v1.2.1) (2023-03-19)
511

612
### CI
713

8-
* Add .deepsource.toml ([7728b4d](https://github.com/School-of-Website-Engineering/Vue-project-template/commit/7728b4d838a73b42fe369baecc7fc75a4b1f9972))
14+
- Add .deepsource.toml ([7728b4d](https://github.com/School-of-Website-Engineering/Vue-project-template/commit/7728b4d838a73b42fe369baecc7fc75a4b1f9972))
915

1016
## [1.2.0](https://github.com/School-of-Website-Engineering/Vue-project-template/compare/v1.1.0...v1.2.0) (2023-02-27)
1117

12-
1318
### Features
1419

15-
* 优化代码 ([d64da2f](https://github.com/School-of-Website-Engineering/Vue-project-template/commit/d64da2f1d451c650e25b89acd7950e6970dec1b9))
20+
- 优化代码 ([d64da2f](https://github.com/School-of-Website-Engineering/Vue-project-template/commit/d64da2f1d451c650e25b89acd7950e6970dec1b9))
1621

1722
## [1.1.0](https://github.com/School-of-Website-Engineering/Vue-project-template/compare/v1.0.2...v1.1.0) (2023-02-27)
1823

19-
2024
### Features
2125

22-
* 添加性能优化插件 ([f00c49d](https://github.com/School-of-Website-Engineering/Vue-project-template/commit/f00c49d92f3675e56f8cca38912f3467698d226e))
26+
- 添加性能优化插件 ([f00c49d](https://github.com/School-of-Website-Engineering/Vue-project-template/commit/f00c49d92f3675e56f8cca38912f3467698d226e))
2327

2428
## [1.0.2](https://github.com/School-of-Website-Engineering/Vue-project-template/compare/v1.0.1...v1.0.2) (2023-02-26)
2529

26-
2730
### update
2831

29-
* 更新目录结构,添加模块 ([90db384](https://github.com/School-of-Website-Engineering/Vue-project-template/commit/90db384f2160c4fa0a369194762791b3cd6f6601))
32+
- 更新目录结构,添加模块 ([90db384](https://github.com/School-of-Website-Engineering/Vue-project-template/commit/90db384f2160c4fa0a369194762791b3cd6f6601))
3033

3134
## [1.0.1](https://github.com/School-of-Website-Engineering/Vue-project-template/compare/v1.0.0...v1.0.1) (2023-01-22)
3235

33-
3436
### Bug Fixes
3537

36-
* 上传更新文件 ([dcf110e](https://github.com/School-of-Website-Engineering/Vue-project-template/commit/dcf110e70f270c1311ea7aff4e21e0d88e818c23))
38+
- 上传更新文件 ([dcf110e](https://github.com/School-of-Website-Engineering/Vue-project-template/commit/dcf110e70f270c1311ea7aff4e21e0d88e818c23))
3739

3840
## 1.0.0 (2023-01-12)
3941

40-
4142
### update
4243

43-
* update ([778423b](https://github.com/School-of-Website-Engineering/Vue-project-template/commit/778423b1787617fa219ac8e38f2a89c922533587))
44+
- update ([778423b](https://github.com/School-of-Website-Engineering/Vue-project-template/commit/778423b1787617fa219ac8e38f2a89c922533587))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Vue-project-template",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve --mode dev",

0 commit comments

Comments
 (0)