Skip to content

Commit dcc1338

Browse files
committed
release: Release version 19.0.1
1 parent 12817a7 commit dcc1338

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

22

3+
### [19.0.1](https://github.com/MorevM/eslint-config/compare/v19.0.0...v19.0.1) (2022-11-20)
4+
5+
6+
### Bug fixes
7+
8+
* **base:** Disable `jsdoc/text-escaping` rule ([de1499b](https://github.com/MorevM/eslint-config/commit/de1499b43bfdad6f9c965df56c05fe759b19485e))
9+
10+
11+
### Chores
12+
13+
* bump @typescript-eslint/eslint-plugin from 5.42.1 to 5.43.0 ([#297](https://github.com/MorevM/eslint-config/issues/297)) ([9035d6c](https://github.com/MorevM/eslint-config/commit/9035d6c2804e9f95354000c1e6148f449ab4bc57))
14+
* bump @typescript-eslint/parser from 5.42.1 to 5.43.0 ([#294](https://github.com/MorevM/eslint-config/issues/294)) ([faf7d3f](https://github.com/MorevM/eslint-config/commit/faf7d3f8801201961b6b3f92861aa96992e95467))
15+
* bump eslint from 8.27.0 to 8.28.0 ([12817a7](https://github.com/MorevM/eslint-config/commit/12817a70980504448efe1b2c5ed4a5157e62b188))
16+
317
## [19.0.0](https://github.com/MorevM/eslint-config/compare/v18.1.1...v19.0.0) (2022-11-12)
418

519

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": "19.0.0",
4+
"version": "19.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)