Skip to content

Commit

Permalink
feat: version change & changelog generate
Browse files Browse the repository at this point in the history
  • Loading branch information
Trojan0523 committed Apr 11, 2022
1 parent 4dc5195 commit 04a114f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
Empty file modified .husky/commit-msg
100644 → 100755
Empty file.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## 1.0.1 (2022-04-11)


### Bug Fixes

* grammer error ([357000f](https://github.com/Trojan0523/weekly_notes/commit/357000fb8a4f473c8bbbbe07407ec994dddd9be0))
* link typo ([b0d3ecf](https://github.com/Trojan0523/weekly_notes/commit/b0d3ecf7f0d833277d6489df6c9e6a3fdbc5ca32))
* lint-md format ([0d31282](https://github.com/Trojan0523/weekly_notes/commit/0d31282ca4f6c45c8c53edb382d837e699023d7c))
* lint-md format bug fix ([b4d98ca](https://github.com/Trojan0523/weekly_notes/commit/b4d98ca47c7a1afa8ca2f2c113fd3d4a9cd6c6a4))
* reference link fix ([39cffcf](https://github.com/Trojan0523/weekly_notes/commit/39cffcf72c7c45c9b89556be820de5aac7fe0873))
* temporary fix lint-md bug ([4dc5195](https://github.com/Trojan0523/weekly_notes/commit/4dc51952738bc3c67a035abcd8c3e5a224d61ad5))
* temporary fix lint-md bug ([e996069](https://github.com/Trojan0523/weekly_notes/commit/e996069716fdd985e3bc6f5c124fccadad03c827))
* temporary fix lint-md bug ([420495b](https://github.com/Trojan0523/weekly_notes/commit/420495bbd9296790bea6df21389eb01dc09df9f7))
* temporary fix lint-md bug ([90fb8ea](https://github.com/Trojan0523/weekly_notes/commit/90fb8ea65578b7753c37bc472194bab84ff42420))
* 格式修复 ([7cac32c](https://github.com/Trojan0523/weekly_notes/commit/7cac32c12d99d3f43280139c173d1ceba4a8113a))


### Features

* async/await disvantage ([fe0b63c](https://github.com/Trojan0523/weekly_notes/commit/fe0b63c49b0a436eeb7f2baa089db0775c3e3262))
* image upload ([5c66817](https://github.com/Trojan0523/weekly_notes/commit/5c6681773f281851b834530ce37c17a6cc6d304a))
* image upload ([fdccb8b](https://github.com/Trojan0523/weekly_notes/commit/fdccb8b15c4faf2a5203003c47cc14b111c0a2fd))
* image upload ([32f64e0](https://github.com/Trojan0523/weekly_notes/commit/32f64e0d9aed10c1423e6348bd698980d4cc9cfe))
* images upload ([18cd445](https://github.com/Trojan0523/weekly_notes/commit/18cd4457f3047203d7194ae13e87631257760c92))
* rxjs精读 ([97ff17c](https://github.com/Trojan0523/weekly_notes/commit/97ff17c259458e67ef69c4afa88882ca57a2d258))
* summary in 2021 ([9edc7f8](https://github.com/Trojan0523/weekly_notes/commit/9edc7f826037f306c9c493399d74e793b94eecfd))
* 精读增强现实在前端的强化 ([f84039f](https://github.com/Trojan0523/weekly_notes/commit/f84039f2e86bd5da4709ad0df05d1a7ab0ad9e30))



5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "weekly_notes",
"version": "1.0.0",
"version": "1.0.1",
"description": "雄宇同学的前端精读Blog,读有益的文章,写有意义的博客",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 04a114f

Please sign in to comment.