Skip to content

Commit

Permalink
chore: release prettier-eslint-cli v7.1.0 (#445)
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 Aug 25, 2022
1 parent 4561a79 commit 33b39e5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-parents-fail.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

## 7.1.0

### Minor Changes

- [#132](https://github.com/prettier/prettier-eslint-cli/pull/132) [`4561a79`](https://github.com/prettier/prettier-eslint-cli/commit/4561a799b90f0c0c2861a81426ced852b4468377) Thanks [@u3u](https://github.com/u3u)! - feat: support matching dot files

## 7.0.2

### Patch 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.0.2",
"version": "7.1.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.0.2
"7.1.0
"
`;

Expand Down

0 comments on commit 33b39e5

Please sign in to comment.