Skip to content

Releases: prettier/prettier-eslint-cli

v9.0.0-alpha.2

10 Jul 17:03
6415498
Compare
Choose a tag to compare
v9.0.0-alpha.2 Pre-release
Pre-release

Patch Changes

  • #465 9fb86bc Thanks @outslept! - chore: replace get-stdin with node api, removed unused camelcase-keys

v9.0.0-alpha.1

16 May 10:52
6fc9e18
Compare
Choose a tag to compare
v9.0.0-alpha.1 Pre-release
Pre-release

Patch Changes

v9.0.0-alpha.0

11 May 12:26
d09d1b6
Compare
Choose a tag to compare
v9.0.0-alpha.0 Pre-release
Pre-release

Major Changes

Full Changelog: v8.0.1...v9.0.0-alpha.0

v8.0.1

14 Oct 07:59
83691c5
Compare
Choose a tag to compare

Patch Changes

Full Changelog: v8.0.0...v8.0.1

v8.0.0

14 Oct 05:45
6371324
Compare
Choose a tag to compare

What's Changed

  • feat!: bump all (dev)Dependencies, drop node < 16 by @JounQin in #449

Full Changelog: v7.1.0...v8.0.0

v7.1.0

25 Aug 13:28
33b39e5
Compare
Choose a tag to compare

Minor Changes

New Contributors

  • @u3u made their first contribution in #132

Full Changelog: v7.0.2...v7.1.0

v7.0.2

25 Aug 11:29
625a7fe
Compare
Choose a tag to compare

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.1

23 Aug 11:16
3eef076
Compare
Choose a tag to compare

7.0.1 (2022-08-23)

Bug Fixes

  • deps: migrate messageformat to @messageformat/core (#442) (3eef076)

New Contributors

Full Changelog: v7.0.0...v7.0.1

v7.0.0

14 Aug 03:02
39c38b5
Compare
Choose a tag to compare

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

11 May 16:51
04a8e04
Compare
Choose a tag to compare

6.0.1 (2022-05-11)

Bug Fixes

  • Don't specify any jsxBracketSameLine parameter if none is specified (#430) (04a8e04), closes #428