Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hejialiang committed Feb 18, 2022
1 parent 4247f43 commit 327f3be
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
27 changes: 22 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,34 @@

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.0.2](https://github.com/hejialianghe/Senior-FrontEnd/compare/v0.0.1...v0.0.2) (2022-02-18)

### [0.0.1](https://github.com/hejialianghe/Senior-FrontEnd/compare/v0.3.0...v0.0.1) (2022-02-18)

## [0.3.0](https://github.com/hejialianghe/Senior-FrontEnd/compare/v0.1.1...v0.3.0) (2022-02-18)
## 0.1.0 (2022-02-18)


### ⚠ BREAKING CHANGES

* **guide/index:** 3
* **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/react-hhooks:** react hooks 更新 ([a52e302](https://github.com/hejialianghe/Senior-FrontEnd/commit/a52e30265276b1e4d75bc28958cfa1d46ae7634f))
* 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))
* **guide/index:** 格式 ([ea210c0](https://github.com/hejialianghe/Senior-FrontEnd/commit/ea210c05654859a7d8d8bdfa125ca347c69f5f75))


* **package.json:** 1.添加commitizen cz-conventional-changelog ([e63128e](https://github.com/hejialianghe/Senior-FrontEnd/commit/e63128ebb7f6b4fd15afec073105284676ae244f))
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.0.2",
"version": "0.1.0",
"description": "",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 327f3be

Please sign in to comment.