Skip to content

Commit 63a9561

Browse files
committed
1.10.2
1 parent 46baad0 commit 63a9561

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Tip! Don't write this stuff manually.
88
99
-->
1010

11-
**Prettier 1.10.1**
11+
**Prettier 1.10.2**
1212
[Playground link](https://prettier.io/playground/#.....)
1313
```sh
1414
# Options (if any):

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.10.2
2+
3+
[link](https://github.com/prettier/prettier/compare/1.10.1...1.10.2)
4+
5+
* Fixed an issue printing .vue files with self-closing tags. (#3705 by duailibe)
6+
17
# 1.10.1
28

39
[link](https://github.com/prettier/prettier/compare/1.10.0...1.10.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"description": "Prettier is an opinionated code formatter",
55
"bin": {
66
"prettier": "./bin/prettier.js"

0 commit comments

Comments
 (0)