Skip to content

Commit a5647c0

Browse files
committed
Build: update package.json and changelog for v3.1.2
1 parent 1ad45be commit a5647c0

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## v3.1.2 (2019-12-15)
4+
5+
* Resolve config when getting list of inferred parsers ([1ad45be]([email protected]:prettier/eslint-plugin-prettier/commit/1ad45be48ea1ed16e0eb3ba6247163724b956516))
6+
* Fix tests now they to stop them inheriting from base prettierrc file ([14840fa]([email protected]:prettier/eslint-plugin-prettier/commit/14840fa4c88c938bf30c1fdf1c26c32b2708a3b6))
7+
* Move prettier config into dedicated file, so vscode plugins pick it up ([c49334a]([email protected]:prettier/eslint-plugin-prettier/commit/c49334a846afa6f688695a4774f7824ee3a05e1c))
8+
* build(deps-dev): bump eslint from 6.7.1 to 6.7.2 ([15e6cf9]([email protected]:prettier/eslint-plugin-prettier/commit/15e6cf91509cb5b819d2e1fb19dbe9bc71c87893))
9+
* build(deps-dev): bump eslint from 6.6.0 to 6.7.1 ([e8ad019]([email protected]:prettier/eslint-plugin-prettier/commit/e8ad0195000af416f3315396e9c02fea261391cc))
10+
* build(deps-dev): bump eslint-config-prettier from 6.6.0 to 6.7.0 ([44f4bfe]([email protected]:prettier/eslint-plugin-prettier/commit/44f4bfe0b6f63234afeba266928b39b762269282))
11+
* build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.6.0 ([46580c5]([email protected]:prettier/eslint-plugin-prettier/commit/46580c55914057dee5089e9c6e525e41996888d1))
12+
* build(deps-dev): bump prettier from 1.18.2 to 1.19.1 ([10b4676]([email protected]:prettier/eslint-plugin-prettier/commit/10b46763fd007a8f939e43635831aec590717e87))
13+
* build(deps-dev): bump eslint from 6.5.1 to 6.6.0 ([53eaeae]([email protected]:prettier/eslint-plugin-prettier/commit/53eaeaec91c158b66cc04dbf80f9631bb82285bf))
14+
* build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 ([ad3321c]([email protected]:prettier/eslint-plugin-prettier/commit/ad3321c3ae6e963317fedcdd205ba719bf933d74))
15+
* build(deps-dev): bump mocha from 6.2.1 to 6.2.2 ([b7280b6]([email protected]:prettier/eslint-plugin-prettier/commit/b7280b68eaae243aa33de364576cddf0844c6848))
16+
* build(deps-dev): bump eslint-config-prettier from 6.3.0 to 6.4.0 ([4c1d69a]([email protected]:prettier/eslint-plugin-prettier/commit/4c1d69a8022c709cd62e964a82c7dbc7963f0544))
17+
* build(deps-dev): bump eslint from 6.5.0 to 6.5.1 ([c109a7a]([email protected]:prettier/eslint-plugin-prettier/commit/c109a7a5acca9533feae6258e9ac4934359ed9b3))
18+
* build(deps-dev): bump mocha from 6.2.0 to 6.2.1 ([3134bea]([email protected]:prettier/eslint-plugin-prettier/commit/3134beab61dee13aa2c73762a55f51f868553e8a))
19+
* build(deps-dev): bump eslint from 6.4.0 to 6.5.0 ([7c290d7]([email protected]:prettier/eslint-plugin-prettier/commit/7c290d799e319b39519d81a110b62846894bc7ba))
20+
321
## v3.1.1 (2019-09-18)
422

523
* build(deps-dev): bump eslint from 6.3.0 to 6.4.0 ([8a793eb]([email protected]:prettier/eslint-plugin-prettier/commit/8a793eba54ff01493e3ee83daf4dcb782d039fdd))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-prettier",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Runs prettier as an eslint rule",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)