Skip to content

Commit f9f4d11

Browse files
chore(release): 0.3.11 [skip ci]
## [0.3.11](v0.3.10...v0.3.11) (2022-01-09) ### Bug Fixes * disable more ESLint rules ([c9ad950](c9ad950)) * remove beforeEach ([402c884](402c884)) * update "@typescript-eslint/parser" to "5.9.0" ([05a39fa](05a39fa)) * update eslint-config-airbnb-typescript to v16 ([0229047](0229047))
1 parent 8e40382 commit f9f4d11

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
Changelog
22

3+
## [0.3.11](https://github.com/alexandr-g/cra-template-typescript-redux/compare/v0.3.10...v0.3.11) (2022-01-09)
4+
5+
6+
### Bug Fixes
7+
8+
* disable more ESLint rules ([c9ad950](https://github.com/alexandr-g/cra-template-typescript-redux/commit/c9ad950d8027b55437b25aef094683e555d08481))
9+
* remove beforeEach ([402c884](https://github.com/alexandr-g/cra-template-typescript-redux/commit/402c884d645c61362a8cdd00acd7aac7af8fd31d))
10+
* update "@typescript-eslint/parser" to "5.9.0" ([05a39fa](https://github.com/alexandr-g/cra-template-typescript-redux/commit/05a39fad7b4c0a79b4667c3930d4eaad4fc288b6))
11+
* update eslint-config-airbnb-typescript to v16 ([0229047](https://github.com/alexandr-g/cra-template-typescript-redux/commit/0229047aebe05f8b66aa3a872d03797c90d9cd90))
12+
313
## [0.3.10](https://github.com/alexandr-g/cra-template-typescript-redux/compare/v0.3.9...v0.3.10) (2022-01-09)
414

515

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

0 commit comments

Comments
 (0)