Skip to content

Commit 941472a

Browse files
author
Vitor Hugo Salgado
committed
chore(release): 2.0.2
1 parent bdd8f20 commit 941472a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.2](https://github.com/vitorsalgado/react-web-starter/compare/v2.0.1...v2.0.2) (2022-01-22)
6+
7+
8+
### Refactor
9+
10+
* remove unnecessary eslint deps ([b810190](https://github.com/vitorsalgado/react-web-starter/commit/b81019048eaf66e15759174d77a7ded1d20e02d4))
11+
* yarn.lock adjust ([bdd8f20](https://github.com/vitorsalgado/react-web-starter/commit/bdd8f20e9c2b0a3153bb9833e82eb5cdc5cb2946))
12+
513
### [2.0.1](https://github.com/vitorsalgado/react-web-starter/compare/v2.0.0...v2.0.1) (2022-01-22)
614

715

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.1",
3+
"version": "2.0.2",
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)