Skip to content

Commit 56873bf

Browse files
committed
Build: update package.json and changelog for v2.1.1
1 parent fde7fdf commit 56873bf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

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

3+
## v2.1.1 (2017-05-19)
4+
5+
* Fix: Support ESLint <3.11.0 ([#24]([email protected]:prettier/eslint-plugin-prettier/issues/24)) ([fde7fdf]([email protected]:prettier/eslint-plugin-prettier/commit/fde7fdf2e2dcb3a1f164e1fddb337070802d2c68))
6+
* Chore: add yarn.lock ([#23]([email protected]:prettier/eslint-plugin-prettier/issues/23)) ([8b55518]([email protected]:prettier/eslint-plugin-prettier/commit/8b555187937a7e37ad84324c4331478b04898493))
7+
* Docs: fix links in changelog ([#22]([email protected]:prettier/eslint-plugin-prettier/issues/22)) ([7e70e11]([email protected]:prettier/eslint-plugin-prettier/commit/7e70e11de37ca77f5aeb3dcdb216e1a421b54f0d))
8+
39
## v2.1.0 (2017-05-16)
410

511
* Merge with eslint-plugin-prettify ([#21](https://github.com/prettier/eslint-plugin-prettier/issues/21)) ([6de494f](https://github.com/prettier/eslint-plugin-prettier/commit/6de494fd685a107f3a9a371e663a1f8d68d6d31f))

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-prettier",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Runs prettier as an eslint rule",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)