Skip to content

Commit

Permalink
chore: release prettier-eslint-cli v8.0.0 (#450)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 14, 2023
1 parent 5fd8eea commit 6371324
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/new-years-design.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 8.0.0

### Major Changes

- [#449](https://github.com/prettier/prettier-eslint-cli/pull/449) [`5fd8eea`](https://github.com/prettier/prettier-eslint-cli/commit/5fd8eea1eb9f17fe0fab931aa8e59c8a2fc87529) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump all (dev)Dependencies, drop node < 16

## 7.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-eslint-cli",
"version": "7.1.0",
"version": "8.0.0",
"description": "CLI for prettier-eslint",
"main": "dist/no-main.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion test/tests/__snapshots__/cli.spec.js.snap
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`prettier-eslint --version: stdout: --version 1`] = `
"7.1.0
"8.0.0
"
`;

Expand Down

0 comments on commit 6371324

Please sign in to comment.