Skip to content

Commit dbe3669

Browse files
chore: release prettier-eslint (#1215)
1 parent 626aeb2 commit dbe3669

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/quiet-llamas-format.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## 17.1.1
4+
5+
### Patch Changes
6+
7+
- [#1214](https://github.com/prettier/prettier-eslint/pull/1214) [`38cdf17`](https://github.com/prettier/prettier-eslint/commit/38cdf17286014e6deb1b5ba4b9feb995141ad7b8) Thanks [@JounQin](https://github.com/JounQin)! - Improve repeated formatting performance by caching ESLint instances and resolved configs, and by skipping expensive log serialization unless verbose logging is enabled.
8+
39
## 17.1.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-eslint",
3-
"version": "17.1.0",
3+
"version": "17.1.1",
44
"type": "module",
55
"description": "Formats your JavaScript using prettier followed by eslint --fix",
66
"repository": "git+https://github.com/prettier/prettier-eslint.git",

0 commit comments

Comments
 (0)