Skip to content

Commit 6415498

Browse files
chore: release prettier-eslint-cli (alpha) (#466)
1 parent 9fb86bc commit 6415498

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
},
77
"changesets": [
88
"dry-cobras-fold",
9+
"sour-starfishes-rhyme",
910
"wet-forks-sneeze"
1011
]
1112
}

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.2
4+
5+
### Patch Changes
6+
7+
- [#465](https://github.com/prettier/prettier-eslint-cli/pull/465) [`9fb86bc`](https://github.com/prettier/prettier-eslint-cli/commit/9fb86bc68266c084af8116488120d62de0cef23d) Thanks [@outslept](https://github.com/outslept)! - chore: replace `get-stdin` with node api, removed unused `camelcase-keys`
8+
39
## 9.0.0-alpha.1
410

511
### Patch 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.1",
3+
"version": "9.0.0-alpha.2",
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.1
4+
"9.0.0-alpha.2
55
"
66
`;
77

0 commit comments

Comments
 (0)