Skip to content

Commit d6c78eb

Browse files
author
Vitor Hugo Salgado
committed
chore(release): 0.0.2
1 parent a463b4d commit d6c78eb

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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+
### [0.0.2](https://github.com/vitorsalgado/react-web-starter/compare/v0.0.2-alpha.1...v0.0.2) (2021-12-01)
6+
7+
8+
### Refactor
9+
10+
* update deps + upgrade example structure to use a clean approach ([#67](https://github.com/vitorsalgado/react-web-starter/issues/67)) ([e2321bd](https://github.com/vitorsalgado/react-web-starter/commit/e2321bd989c585a40ff7c9559ed4cc5cfff0ef14))
11+
12+
13+
### Chore
14+
15+
* **deps:** update node docker tag to v17 ([#69](https://github.com/vitorsalgado/react-web-starter/issues/69)) ([b285e72](https://github.com/vitorsalgado/react-web-starter/commit/b285e72eefbcb726ab40bbbc80bdfc0038393120))
16+
17+
18+
### Build
19+
20+
* change commit types for standard-version ([a463b4d](https://github.com/vitorsalgado/react-web-starter/commit/a463b4da960291ec6511e5bbe20d81a5b3bdb6cc))
21+
522
### [0.0.2-alpha.1](https://github.com/vitorsalgado/react-web-starter/compare/v0.0.2-alpha.0...v0.0.2-alpha.1) (2021-07-19)
623

724

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