Skip to content

Commit

Permalink
Build: update package.json and changelog for v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
not-an-aardvark committed Sep 26, 2018
1 parent 38537ba commit 869f56d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## v2.7.0 (2018-09-26)

* Update: Support prettierignore and custom processors ([#111](https://github.com/prettier/eslint-plugin-prettier/issues/111)) ([38537ba](https://github.com/prettier/eslint-plugin-prettier/commit/38537ba35fc9152852c3b91f3041d72556b43013))
* Build: switch to release script package ([047dc8f](https://github.com/prettier/eslint-plugin-prettier/commit/047dc8ffdf006c74267df4902fec684c589dad12))

## v2.6.2 (2018-07-06)

* Fix: Add representation for \r to showInvisibles ([#100](https://github.com/prettier/eslint-plugin-prettier/issues/100)) ([731bbb5](https://github.com/prettier/eslint-plugin-prettier/commit/731bbb576ce422a5c73a1fa9750aa3466c7da928))
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-prettier",
"version": "2.6.2",
"version": "2.7.0",
"description": "Runs prettier as an eslint rule",
"keywords": [
"eslint",
Expand Down

0 comments on commit 869f56d

Please sign in to comment.