Skip to content

Commit 33b39e5

Browse files
chore: release prettier-eslint-cli v7.1.0 (#445)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4561a79 commit 33b39e5

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

Diff for: .changeset/blue-parents-fail.md

-5
This file was deleted.

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## 7.1.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
39
## 7.0.2
410

511
### Patch Changes

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-eslint-cli",
3-
"version": "7.0.2",
3+
"version": "7.1.0",
44
"description": "CLI for prettier-eslint",
55
"main": "dist/no-main.js",
66
"engines": {

Diff for: test/tests/__snapshots__/cli.spec.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
exports[`prettier-eslint --version: stdout: --version 1`] = `
4-
"7.0.2
4+
"7.1.0
55
"
66
`;
77

0 commit comments

Comments
 (0)