From e705210909a230da1b52b274f894fbd7b84bc481 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Mar 2021 09:16:39 +0000 Subject: [PATCH] chore(release): 0.3.4 [skip ci] ## [0.3.4](https://github.com/alexandr-g/cra-template-typescript-redux/compare/v0.3.3...v0.3.4) (2021-03-29) ### Bug Fixes * 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) * **deps:** update dependency @wojtekmaj/enzyme-adapter-react-17 to ^0.6.0 ([790f0a6](https://github.com/alexandr-g/cra-template-typescript-redux/commit/790f0a6918399a1b815c39c73362654b38faee13)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 908e9d77..23b66025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ Changelog +## [0.3.4](https://github.com/alexandr-g/cra-template-typescript-redux/compare/v0.3.3...v0.3.4) (2021-03-29) + + +### Bug Fixes + +* 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) +* **deps:** update dependency @wojtekmaj/enzyme-adapter-react-17 to ^0.6.0 ([790f0a6](https://github.com/alexandr-g/cra-template-typescript-redux/commit/790f0a6918399a1b815c39c73362654b38faee13)) + ## [0.3.3](https://github.com/alexandr-g/cra-template-typescript-redux/compare/v0.3.2...v0.3.3) (2021-02-22) diff --git a/package.json b/package.json index 7fc7a7f0..abf5bbce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cra-template-typescript-redux", - "version": "0.3.3", + "version": "0.3.4", "license": "MIT", "author": "Alexander Grischuk