Skip to content

Commit

Permalink
feat: changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
Trojan0523 committed Jun 13, 2022
1 parent 68ed431 commit e78117c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.0.3](https://github.com/Trojan0523/weekly_notes/compare/v1.0.2...v1.0.3)

- Update ci.yml [`#3`](https://github.com/Trojan0523/weekly_notes/pull/3)
- docs: quality of a senior engineer [`9051344`](https://github.com/Trojan0523/weekly_notes/commit/9051344862f004bdb041fd01dcb51fb10cf5af49)
- perf: upload image [`6d6bc75`](https://github.com/Trojan0523/weekly_notes/commit/6d6bc756aac2a50523723922530a5f1a3303ab28)
- perf: syntax fix [`68ed431`](https://github.com/Trojan0523/weekly_notes/commit/68ed431ece7d31be9f6221e0b6de8174b4a5dfe1)

#### [v1.0.2](https://github.com/Trojan0523/weekly_notes/compare/v1.0.1...v1.0.2)

> 16 April 2022
- feat: features in TypeScript 4.5 & 4.6 [`a2b803f`](https://github.com/Trojan0523/weekly_notes/commit/a2b803fdcbbbce0772914e7403f877daf0993b3e)
- perf: gitflow change [`fa4415e`](https://github.com/Trojan0523/weekly_notes/commit/fa4415ece196058bf0d8645680cddebd21a58d84)
- fix: ci.yml [`4a1892f`](https://github.com/Trojan0523/weekly_notes/commit/4a1892f92a2e49bee0aeb8afd4d29b5bd74c75d4)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "weekly_notes",
"version": "1.0.2",
"version": "1.0.3",
"description": "雄宇同学的前端精读Blog,读有益的文章,写有意义的博客",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "lint-md ./",
"version": "auto-changelog -p && git add CHANGELOG.md && git commit -m 'feat: changelog update'",
"version": "auto-changelog -p && git add CHANGELOG.md && git add package.json && git commit -m 'feat: changelog update'",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"repository": {
Expand Down

0 comments on commit e78117c

Please sign in to comment.