Skip to content

Commit 7a7d6cf

Browse files
author
Vitor Hugo Salgado
committed
chore(release): 1.0.0
1 parent 46a3ed3 commit 7a7d6cf

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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+
## [1.0.0](https://github.com/vitorsalgado/react-web-starter/compare/v0.0.3...v1.0.0) (2022-01-20)
6+
7+
8+
### Chore
9+
10+
* **deps:** lock file maintenance ([37c7da5](https://github.com/vitorsalgado/react-web-starter/commit/37c7da52b02a0a7604f51d0ad7c8568eae1d2d99))
11+
* **deps:** update dependency eslint-plugin-promise to v6 ([a591fee](https://github.com/vitorsalgado/react-web-starter/commit/a591fee571fe8235527cd2cbaab96561b267b4f6))
12+
* **deps:** update node docker tag to v17.3.0 ([46ba101](https://github.com/vitorsalgado/react-web-starter/commit/46ba101e58a7b3f78df51fb36a1584382a505cd6))
13+
* **deps:** update node docker tag to v17.4.0 ([#83](https://github.com/vitorsalgado/react-web-starter/issues/83)) ([f71d286](https://github.com/vitorsalgado/react-web-starter/commit/f71d2866c31aa5821fa14b7a4b49072e789419c0))
14+
* **deps:** update node.js to v16.13.2 ([#81](https://github.com/vitorsalgado/react-web-starter/issues/81)) ([147e96e](https://github.com/vitorsalgado/react-web-starter/commit/147e96e57c411efee2a01135e7037c8b61fd99e4))
15+
* fix yarn.lock ([d72125e](https://github.com/vitorsalgado/react-web-starter/commit/d72125e479879da8ecc103b1d27a749059b4f3f4))
16+
* **release:** 1.0.0 ([3b02570](https://github.com/vitorsalgado/react-web-starter/commit/3b02570abab7f5e85cc536c3f3ab090b611c8195))
17+
* reset version ([46a3ed3](https://github.com/vitorsalgado/react-web-starter/commit/46a3ed3739043307ae1fa7ed9feeddc563e930ab))
18+
* upgrade deps + add more utility commands to makefile ([4e4b12e](https://github.com/vitorsalgado/react-web-starter/commit/4e4b12e7cd3d7a67d30a5ba8762ccd783b014bf7))
19+
* upgrade yarn to latest + fix package.json bin entry ([438a3ba](https://github.com/vitorsalgado/react-web-starter/commit/438a3bae0a0895675b77bb04296b479efe08266c))
20+
521
### [0.0.3](https://github.com/vitorsalgado/react-web-starter/compare/v0.0.2...v0.0.3) (2021-12-16)
622

723

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