Skip to content

Commit f87636c

Browse files
author
Vitor Hugo Salgado
committed
chore(release): 2.0.1
1 parent 0452eaa commit f87636c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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.
44

5+
### [2.0.1](https://github.com/vitorsalgado/react-web-starter/compare/v2.0.0...v2.0.1) (2022-01-22)
6+
7+
8+
### Refactor
9+
10+
* remove babel dependencies ([0452eaa](https://github.com/vitorsalgado/react-web-starter/commit/0452eaa6fc2e808afb30a6b56c1bf03a94b271e6))
11+
* remove express dependency ([0bc8eea](https://github.com/vitorsalgado/react-web-starter/commit/0bc8eeaa1b5760c7466715659713f8037b8a8ad5))
12+
* remove unused eslint dependencies ([324f140](https://github.com/vitorsalgado/react-web-starter/commit/324f140dc4471f9fa0bb7e6033f5d5e9e6ab3478))
13+
514
## [2.0.0](https://github.com/vitorsalgado/react-web-starter/compare/v1.0.0...v2.0.0) (2022-01-22)
615

716

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-ts-web-starter",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"main": "cmd/create-react-ts-web-starter/index.js",
55
"bin": {
66
"create-react-ts-web-starter": "cmd/create-react-ts-web-starter/index.js"

0 commit comments

Comments
 (0)