Skip to content

Commit 181bda3

Browse files
committed
release: Release version 20.0.1
1 parent b39e157 commit 181bda3

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11

22

3+
### [20.0.1](https://github.com/MorevM/eslint-config/compare/v20.0.0...v20.0.1) (2022-12-03)
4+
5+
6+
### Chores
7+
8+
* bump @typescript-eslint/eslint-plugin from 5.44.0 to 5.45.0 ([#310](https://github.com/MorevM/eslint-config/issues/310)) ([31b8870](https://github.com/MorevM/eslint-config/commit/31b887069dc01c6a573eb0ce8b7dd9bf50dd8d4c))
9+
* bump @typescript-eslint/parser from 5.44.0 to 5.45.0 ([#312](https://github.com/MorevM/eslint-config/issues/312)) ([572cc11](https://github.com/MorevM/eslint-config/commit/572cc11dfe4dbef78e18c43ba94bdf387a625496))
10+
* bump eslint from 8.28.0 to 8.29.0 ([#309](https://github.com/MorevM/eslint-config/issues/309)) ([c9d6248](https://github.com/MorevM/eslint-config/commit/c9d6248f90412f865580cb8493bf2bd579cece9e))
11+
* bump eslint-plugin-unicorn from 45.0.0 to 45.0.1 ([#307](https://github.com/MorevM/eslint-config/issues/307)) ([1d35b4b](https://github.com/MorevM/eslint-config/commit/1d35b4b3642f7e540e99f514f9c6b7d69062c160))
12+
13+
14+
### Bug fixes
15+
16+
* **base:** Allow to export `default` (for re-exports) ([b39e157](https://github.com/MorevM/eslint-config/commit/b39e157feb3d63a530abfe040aa4792fc4d70dfc))
17+
318
## [20.0.0](https://github.com/MorevM/eslint-config/compare/v19.0.2...v20.0.0) (2022-11-26)
419

520

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@morev/eslint-config",
33
"description": "Strict shareable ESLint configuration that I personally use",
4-
"version": "20.0.0",
4+
"version": "20.0.1",
55
"private": false,
66
"engines": {
77
"node": "^12.20.0 || ^14.13.1 || >=16.0.0 || >=18.0.0"

0 commit comments

Comments
 (0)