Skip to content

Commit d4d55fd

Browse files
chore: release prettier-eslint (#943)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 103cc51 commit d4d55fd

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/great-cups-sparkle.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## 16.1.2
4+
5+
### Patch Changes
6+
7+
- [#942](https://github.com/prettier/prettier-eslint/pull/942) [`103cc51`](https://github.com/prettier/prettier-eslint/commit/103cc517ef5c2bdd8e043dba5a8facf860d0f6be) Thanks [@jkrehm](https://github.com/jkrehm)! - fix: update `resolveConfig` to work with Prettier 3
8+
39
## 16.1.1
410

511
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-eslint",
3-
"version": "16.1.1",
3+
"version": "16.1.2",
44
"description": "Formats your JavaScript using prettier followed by eslint --fix",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)