Releases: prettier/prettier-eslint-cli
Releases · prettier/prettier-eslint-cli
v7.0.2
Patch Changes
- #288
4093cb7
Thanks @dorser! - fix(list-different): removed the message at the end of execution
What's Changed
- ci: migrate
semantic-release
to changesets
by @JounQin in #443
- fix(list-different): removed the message at the end of execution by @dorser in #288
- chore: release prettier-eslint-cli v7.0.2 by @github-actions in #444
New Contributors
Full Changelog: v7.0.1...v7.0.2
v7.0.0
7.0.0 (2022-08-14)
Features
- make the cli work with/without
prettier-eslint
peer (#438) (39c38b5)
BREAKING CHANGES
- bump all upgradable (dev)Dependencies except pure ESM
What's Changed
- feat!: bump all upgradable (dev)Dependencies except pure ESM by @JounQin in #437
- BREAKING CHANGE: bump all upgradable (dev)Dependencies except pure ESM by @JounQin in #439
- docs: cleanup build and sponsors badges by @JounQin in #440
- feat: make the cli work with/without
prettier-eslint
peer by @JounQin in #438
Full Changelog: v6.0.1...v7.0.0
v6.0.1
6.0.1 (2022-05-11)
Bug Fixes
- Don't specify any jsxBracketSameLine parameter if none is specified (#430) (04a8e04), closes #428
v6.0.0
6.0.0 (2022-05-11)
Feature
Chore
BREAKING CHANGES
Requires ESLint 8. ESLint 8 API changes caused the format function to now be asynchronous.
Requires minimum Node 12 as required by ESLint 8
v5.0.1
5.0.1 (2021-03-06)
Bug Fixes
- format-files: ensure paths passed to
prettier-eslint
are absolute paths (#259) (dd70720), closes #205 #208
v5.0.0
5.0.0 (2019-06-17)
chore
- Update eslint and require node 8+ (489a0b3)
BREAKING CHANGES
- Update eslint to version 5 and require node 8+