Skip to content

Commit 51de02c

Browse files
committed
v0.0.5
1 parent 65dabf9 commit 51de02c

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## <small>0.0.5 (2020-02-18)</small>
2+
3+
* fix(package.json): added conventional commit messages ([65dabf9](https://github.com/CodersAKL/react-toolkit/commit/65dabf9))
4+
* feat(command): convert CommonJs to Typescript ([93d47a5](https://github.com/CodersAKL/react-toolkit/commit/93d47a5))
5+
6+
7+
8+
## <small>0.0.4 (2020-02-14)</small>
9+
10+
* chore(release): 0.0.3 ([4b20e68](https://github.com/CodersAKL/react-toolkit/commit/4b20e68))
11+
* chore(release): 0.0.4 ([8806497](https://github.com/CodersAKL/react-toolkit/commit/8806497))
12+
* Add publisher ([7be83cc](https://github.com/CodersAKL/react-toolkit/commit/7be83cc))
13+
* Added ability to quickly convert js to typescript ([753bd9a](https://github.com/CodersAKL/react-toolkit/commit/753bd9a))
14+
* Optimizations and bug fixes ([723b469](https://github.com/CodersAKL/react-toolkit/commit/723b469))
15+
16+
17+
18+
## <small>0.0.2 (2020-02-12)</small>
19+
20+
* chore(release): 0.0.2 ([801fe93](https://github.com/CodersAKL/react-toolkit/commit/801fe93))
21+
* Add license ([55eac6d](https://github.com/CodersAKL/react-toolkit/commit/55eac6d))
22+
* Initial commit ([01053c0](https://github.com/CodersAKL/react-toolkit/commit/01053c0))
23+
24+
25+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-toolkit",
33
"displayName": "react-toolkit",
44
"description": "Useful tools for react developers",
5-
"version": "0.0.4",
5+
"version": "0.0.5",
66
"icon": "assets/logo.png",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)