Skip to content

Commit b11391d

Browse files
committed
Release 1.15.1
1 parent 8cedb9d commit b11391d

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Tip! Don't write this stuff manually.
2626
2727
-->
2828

29-
**Prettier 1.15.0**
29+
**Prettier 1.15.1**
3030
[Playground link](https://prettier.io/playground/#.....)
3131
```sh
3232
# Options (if any):

.github/ISSUE_TEMPLATE/integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ BEFORE SUBMITTING AN ISSUE:
1919
-->
2020

2121
**Environments:**
22-
- Prettier Version: 1.15.0
22+
- Prettier Version: 1.15.1
2323
- Running Prettier via: <!-- CLI, Node.js API, Browser API, etc. -->
2424
- Runtime: <!-- Node.js v6, Chrome v67, etc. -->
2525
- Operating System: <!-- Windows, Linux, macOS, etc. -->

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.15.1
2+
3+
[diff](https://github.com/prettier/prettier/compare/1.15.0...1.15.1)
4+
5+
- Markdown: do not keep increasing backslashes for dollar sign ([#5358](https://github.com/prettier/prettier/pull/5358))
6+
17
# 1.15.0
28

39
[diff](https://github.com/prettier/prettier/compare/1.14.3...1.15.0)
@@ -64,7 +70,7 @@
6470
- Better handling of trailing spaces in Markdown ([#4593](https://github.com/prettier/prettier/pull/4593))
6571
- Fix empty file error in JSON and GraphQL ([#4553](https://github.com/prettier/prettier/pull/4553))
6672
- Preserve decorator on TypeScript interfaces ([#4632](https://github.com/prettier/prettier/pull/4632))
67-
- Inline \_ or \$ in the root of a method chain ([#4621](https://github.com/prettier/prettier/pull/4621))
73+
- Inline \_ or \\$ in the root of a method chain ([#4621](https://github.com/prettier/prettier/pull/4621))
6874

6975
# 1.13.4
7076

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.16.0-dev",
3+
"version": "1.15.1",
44
"description": "Prettier is an opinionated code formatter",
55
"bin": {
66
"prettier": "./bin/prettier.js"

0 commit comments

Comments
 (0)