Skip to content

Commit e705210

Browse files
chore(release): 0.3.4 [skip ci]
## [0.3.4](v0.3.3...v0.3.4) (2021-03-29) ### Bug Fixes * compilerOptions.jsx must be react-jsx warning ([58cabd0](58cabd0)), closes [#171](#171) * **deps:** update dependency @wojtekmaj/enzyme-adapter-react-17 to ^0.6.0 ([790f0a6](790f0a6))
1 parent afef900 commit e705210

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
@@ -1,5 +1,13 @@
11
Changelog
22

3+
## [0.3.4](https://github.com/alexandr-g/cra-template-typescript-redux/compare/v0.3.3...v0.3.4) (2021-03-29)
4+
5+
6+
### Bug Fixes
7+
8+
* compilerOptions.jsx must be react-jsx warning ([58cabd0](https://github.com/alexandr-g/cra-template-typescript-redux/commit/58cabd00d61df59b18ca6836067e5530a4ca17ea)), closes [#171](https://github.com/alexandr-g/cra-template-typescript-redux/issues/171)
9+
* **deps:** update dependency @wojtekmaj/enzyme-adapter-react-17 to ^0.6.0 ([790f0a6](https://github.com/alexandr-g/cra-template-typescript-redux/commit/790f0a6918399a1b815c39c73362654b38faee13))
10+
311
## [0.3.3](https://github.com/alexandr-g/cra-template-typescript-redux/compare/v0.3.2...v0.3.3) (2021-02-22)
412

513

package.json

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

0 commit comments

Comments
 (0)