diff --git a/.changeset/six-cycles-double.md b/.changeset/six-cycles-double.md deleted file mode 100644 index cd2a8d0f..00000000 --- a/.changeset/six-cycles-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'prettier-eslint': minor ---- - -feat: Allow clients to access messages from ESLint diff --git a/CHANGELOG.md b/CHANGELOG.md index 66f1ec28..35289f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 16.2.0 + +### Minor Changes + +- [#827](https://github.com/prettier/prettier-eslint/pull/827) [`6ba802531b74863c6a9cb858c2534d151630fa2b`](https://github.com/prettier/prettier-eslint/commit/6ba802531b74863c6a9cb858c2534d151630fa2b) Thanks [@gwhitney](https://github.com/gwhitney)! - feat: Allow clients to access messages from ESLint + ## 16.1.2 ### Patch Changes diff --git a/package.json b/package.json index 2eb70c52..5fae637a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier-eslint", - "version": "16.1.2", + "version": "16.2.0", "description": "Formats your JavaScript using prettier followed by eslint --fix", "main": "dist/index.js", "types": "types/index.d.ts",