Skip to content

Commit 484760e

Browse files
author
aMarCruz
committed
v0.7.1
1 parent e2b6052 commit 484760e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes for eslint-config-standardize
22

3+
## \[0.7.1] - 2020-08-10
4+
5+
### Changed
6+
7+
- Update internal `aMarCruz/prettier` to v2.0.5 (prettierx 0.14.0)
8+
39
## \[0.7.0] - 2020-08-10
410

511
### Added

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-standardize",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"main": "./index.js",
55
"author": "aMarCruz <[email protected]>",
66
"description": "My personal configuration based on StandardJS, ready for JavaScript and TypeScript",
@@ -64,7 +64,7 @@
6464
"eslint": "^7.6.0",
6565
"eslint-find-rules": "^3.6.0",
6666
"jsonc-require": "^0.1.1",
67-
"prettier": "aMarCruz/prettier#2.0.4",
67+
"prettier": "aMarCruz/prettier#2.0.5",
6868
"react": "~16.13.1",
6969
"typescript": "~3.9.7"
7070
},

0 commit comments

Comments
 (0)