Skip to content

Commit be26ca3

Browse files
chore(release): 0.3.0 [skip ci]
# [0.3.0](v0.2.34...v0.3.0) (2021-01-08) ### Bug Fixes * remove remove enzyme-adapter-react-16 and its types ([93bfe90](93bfe90)) * **deps:** update react monorepo to v17 ([9f1f1bd](9f1f1bd)) ### Features * add support for enzyme adapter react v17 ([0380797](0380797)) * add support for enzyme-adapter-react-17 ([41a2396](41a2396))
1 parent 0380797 commit be26ca3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
Changelog
22

3+
# [0.3.0](https://github.com/alexandr-g/cra-template-typescript-redux/compare/v0.2.34...v0.3.0) (2021-01-08)
4+
5+
6+
### Bug Fixes
7+
8+
* remove remove enzyme-adapter-react-16 and its types ([93bfe90](https://github.com/alexandr-g/cra-template-typescript-redux/commit/93bfe90c8656186fedfb5fa523be6e7359990cb8))
9+
* **deps:** update react monorepo to v17 ([9f1f1bd](https://github.com/alexandr-g/cra-template-typescript-redux/commit/9f1f1bd157b7917f379fe76c530038886112d025))
10+
11+
12+
### Features
13+
14+
* add support for enzyme adapter react v17 ([0380797](https://github.com/alexandr-g/cra-template-typescript-redux/commit/0380797802e59461ede95300df32b1b14f754154))
15+
* add support for enzyme-adapter-react-17 ([41a2396](https://github.com/alexandr-g/cra-template-typescript-redux/commit/41a2396fddcb1c57d6ab0ffb72f6d5edbba2b980))
16+
317
## [0.2.34](https://github.com/alexandr-g/cra-template-typescript-redux/compare/v0.2.33...v0.2.34) (2020-11-17)
418

519

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

0 commit comments

Comments
 (0)