Skip to content

Commit 466afc5

Browse files
author
Christopher Quadflieg
committed
Set version to 1.4.2
1 parent 342bb69 commit 466afc5

File tree

4 files changed

+174
-167
lines changed

4 files changed

+174
-167
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Next
22

3-
[diff](https://github.com/prettier/plugin-pug/compare/1.4.1...master)
3+
[diff](https://github.com/prettier/plugin-pug/compare/1.4.2...master)
4+
5+
# 1.4.2
6+
7+
[diff](https://github.com/prettier/plugin-pug/compare/1.4.1...1.4.2)
8+
9+
- Ignore formatting of interpolation attribute values ([#94])
10+
11+
[#94]: https://github.com/prettier/plugin-pug/pull/94
412

513
# 1.4.1
614

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prettier/plugin-pug",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Prettier Pug Plugin",
55
"main": "dist/index.js",
66
"scripts": {
@@ -39,8 +39,8 @@
3939
"@types/jest": "~25.2.3",
4040
"@types/node": "~14.0.5",
4141
"@types/prettier": "~2.0.1",
42-
"@typescript-eslint/eslint-plugin": "~3.0.1",
43-
"@typescript-eslint/parser": "~3.0.1",
42+
"@typescript-eslint/eslint-plugin": "~3.0.2",
43+
"@typescript-eslint/parser": "~3.0.2",
4444
"benchmark": "~2.1.4",
4545
"eslint": "~7.1.0",
4646
"eslint-config-prettier": "~6.11.0",

test/issues/issue-80/issue-80.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ describe('Issues', () => {
1010
const actual: string = format(code, {
1111
parser: 'pug' as any,
1212
plugins: [plugin],
13-
1413
semi: false,
1514
singleQuote: true
1615
});

0 commit comments

Comments
 (0)