Skip to content

Commit

Permalink
chore: release prettier-eslint-cli v8.0.1 (#452)
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 df191a1 commit 83691c5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/twelve-crews-add.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.1

### Patch Changes

- [#451](https://github.com/prettier/prettier-eslint-cli/pull/451) [`df191a1`](https://github.com/prettier/prettier-eslint-cli/commit/df191a1415ecb2529849d99eff66b2f5616b410b) Thanks [@JounQin](https://github.com/JounQin)! - chore: update node version align with prettier-eslint

## 8.0.0

### Major 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": "8.0.0",
"version": "8.0.1",
"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`] = `
"8.0.0
"8.0.1
"
`;

Expand Down

0 comments on commit 83691c5

Please sign in to comment.