Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hejialiang committed Feb 18, 2022
1 parent e0dfcd5 commit 3a14624
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 32 deletions.
31 changes: 1 addition & 30 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,7 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 0.1.0 (2022-02-18)


### ⚠ BREAKING CHANGES

* **package.json:** 1.添加commitizen cz-conventional-changelog

### Features

* **all:** changelog ([e5dba09](https://github.com/hejialianghe/Senior-FrontEnd/commit/e5dba0924b7b20cf401647995e14c7f6ee422ea5))
* Design a linked list ([1356592](https://github.com/hejialianghe/Senior-FrontEnd/commit/13565921daa9bf22877f0ec1bce29d2f2a7ce497))
* format ([b3015be](https://github.com/hejialianghe/Senior-FrontEnd/commit/b3015beef8a250d43e8006f63b39cebabd6da881))
* Git Hooks ([3bb2eb8](https://github.com/hejialianghe/Senior-FrontEnd/commit/3bb2eb8430550266608dcc9803e1317ea9038cce))
* hooks源码完结 ([090e950](https://github.com/hejialianghe/Senior-FrontEnd/commit/090e9507acf5f9ca115938b5aafb77791229ebb5))
* react优化 ([0b4ce62](https://github.com/hejialianghe/Senior-FrontEnd/commit/0b4ce624cbc0ef133fddbc416fd6799ee9e679fe))
* reat useImperativeHandle ([a619959](https://github.com/hejialianghe/Senior-FrontEnd/commit/a61995976cd0f6fb950806bcc7db71464a4637d8))
* web worker ([9bbc244](https://github.com/hejialianghe/Senior-FrontEnd/commit/9bbc24492a502b897903ffcc8a0bfaab3b583a04))
* 同源策略 ([94ace0e](https://github.com/hejialianghe/Senior-FrontEnd/commit/94ace0eb9ec9a2405ffdedc48f1e377345b3f5e3))
* 添加算法复杂度分析 ([df655e3](https://github.com/hejialianghe/Senior-FrontEnd/commit/df655e34a4fc7dd3c486d046c1e6a852163b147f))
* 认识同构 ([f2a04ee](https://github.com/hejialianghe/Senior-FrontEnd/commit/f2a04ee09e5afde772ef8e6ca6db0ba073da6a4c))


### Bug Fixes

* dependency typo ([c7d18a4](https://github.com/hejialianghe/Senior-FrontEnd/commit/c7d18a48df41dd25810c40afb1664c0caefa3a36))


* **package.json:** 1.添加commitizen cz-conventional-changelog ([e63128e](https://github.com/hejialianghe/Senior-FrontEnd/commit/e63128ebb7f6b4fd15afec073105284676ae244f))

### 0.0.2 (2022-02-18)
## 0.2.0 (2022-02-18)


### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seniorFrontEnd",
"version": "0.1.0",
"version": "0.2.0",
"description": "",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 3a14624

Please sign in to comment.