Skip to content

Commit 174dd78

Browse files
chore(release): 0.2.31 [skip ci]
## [0.2.31](v0.2.30...v0.2.31) (2020-10-26) ### Bug Fixes * [#123](#123) switch noFallthroughCasesInSwitch to true ([6045822](6045822))
1 parent 7014386 commit 174dd78

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Changelog
22

3+
## [0.2.31](https://github.com/alexandr-g/cra-template-typescript-redux/compare/v0.2.30...v0.2.31) (2020-10-26)
4+
5+
6+
### Bug Fixes
7+
8+
* [#123](https://github.com/alexandr-g/cra-template-typescript-redux/issues/123) switch noFallthroughCasesInSwitch to true ([6045822](https://github.com/alexandr-g/cra-template-typescript-redux/commit/6045822f0801cec4c8cdba94eb73e0373ec03ee7))
9+
310
## [0.2.30](https://github.com/alexandr-g/cra-template-typescript-redux/compare/v0.2.29...v0.2.30) (2020-10-02)
411

512

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": "0.2.30",
3+
"version": "0.2.31",
44
"license": "MIT",
55
"author": "Alexander Grischuk <[email protected]",
66
"engines": {

0 commit comments

Comments
 (0)