Skip to content

Commit 4559a77

Browse files
committed
Release 1.15.0
1 parent e882452 commit 4559a77

4 files changed

Lines changed: 9 additions & 3 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.14.3**
29+
**Prettier 1.15.0**
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.14.3
22+
- Prettier Version: 1.15.0
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.15.0
2+
3+
[diff](https://github.com/prettier/prettier/compare/1.14.3...1.15.0)
4+
5+
🔗 [Release Notes](https://prettier.io/blog/2018/11/07/1.15.0.html)
6+
17
# 1.14.3
28

39
[diff](https://github.com/prettier/prettier/compare/1.14.2...1.14.3)

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

0 commit comments

Comments
 (0)