Skip to content

Commit 6fc9e18

Browse files
chore: release prettier-eslint-cli (alpha) (#464)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 568521e commit 6fc9e18

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"prettier-eslint-cli": "8.0.1"
66
},
77
"changesets": [
8-
"dry-cobras-fold"
8+
"dry-cobras-fold",
9+
"wet-forks-sneeze"
910
]
1011
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## 9.0.0-alpha.1
4+
5+
### Patch Changes
6+
7+
- [#463](https://github.com/prettier/prettier-eslint-cli/pull/463) [`568521e`](https://github.com/prettier/prettier-eslint-cli/commit/568521e25ea41056338d1772dda8bcb4029e682d) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump prettier-eslint v17.0.0-alpha.1
8+
39
## 9.0.0-alpha.0
410

511
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-eslint-cli",
3-
"version": "9.0.0-alpha.0",
3+
"version": "9.0.0-alpha.1",
44
"type": "commonjs",
55
"description": "CLI for prettier-eslint",
66
"repository": "git+https://github.com/prettier/prettier-eslint-cli.git",

test/tests/__snapshots__/cli.spec.js.snap

Lines changed: 1 addition & 1 deletion
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-
"9.0.0-alpha.0
4+
"9.0.0-alpha.1
55
"
66
`;
77

0 commit comments

Comments
 (0)