Skip to content

Commit 68901a2

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2023-05-17) ### Bug Fixes * include eslint-disable @typescript-eslint/default-param-last in template ([0583874](0583874)) * update eslint-plugins that caused installation fail ([a5769c1](a5769c1))
1 parent b1ad01d commit 68901a2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
Changelog
22

3+
## [1.0.2](https://github.com/alexandr-g/cra-template-typescript-redux/compare/v1.0.1...v1.0.2) (2023-05-17)
4+
5+
6+
### Bug Fixes
7+
8+
* include eslint-disable @typescript-eslint/default-param-last in template ([0583874](https://github.com/alexandr-g/cra-template-typescript-redux/commit/0583874b6ab3c94a4728c95cbe7509864a37c576))
9+
* update eslint-plugins that caused installation fail ([a5769c1](https://github.com/alexandr-g/cra-template-typescript-redux/commit/a5769c197398db1547edb932a99d043095c28d57))
10+
311
## [1.0.1](https://github.com/alexandr-g/cra-template-typescript-redux/compare/v1.0.0...v1.0.1) (2023-05-15)
412

513

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cra-template-typescript-redux",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"license": "MIT",
55
"author": "Alexander Grischuk <[email protected]",
66
"engines": {

0 commit comments

Comments
 (0)