From 98cca8f66fa639a11b383645dcee65b577ce04c8 Mon Sep 17 00:00:00 2001 From: Ika Date: Thu, 9 Aug 2018 11:04:36 +0800 Subject: [PATCH] Release 1.14.2 --- .github/ISSUE_TEMPLATE/formatting.md | 2 +- .github/ISSUE_TEMPLATE/integration.md | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/formatting.md b/.github/ISSUE_TEMPLATE/formatting.md index ac3cba1e..0f9097d1 100644 --- a/.github/ISSUE_TEMPLATE/formatting.md +++ b/.github/ISSUE_TEMPLATE/formatting.md @@ -26,7 +26,7 @@ Tip! Don't write this stuff manually. --> -**Prettier 1.14.1** +**Prettier 1.14.2** [Playground link](https://prettier.io/playground/#.....) ```sh # Options (if any): diff --git a/.github/ISSUE_TEMPLATE/integration.md b/.github/ISSUE_TEMPLATE/integration.md index 8f298a77..fcd76337 100644 --- a/.github/ISSUE_TEMPLATE/integration.md +++ b/.github/ISSUE_TEMPLATE/integration.md @@ -19,7 +19,7 @@ BEFORE SUBMITTING AN ISSUE: --> **Environments:** -- Prettier Version: 1.14.1 +- Prettier Version: 1.14.2 - Running Prettier via: - Runtime: - Operating System: diff --git a/CHANGELOG.md b/CHANGELOG.md index a97a34dc..109c0be2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 1.14.2 + +[diff](https://github.com/prettier/prettier/compare/1.14.1...1.14.2) + +- YAML: fix the line ending issue on Windows ([#4957](https://github.com/prettier/prettier/pull/4957)) +- TypeScript: better error message ([#4947](https://github.com/prettier/prettier/pull/4947)) + # 1.14.1 [diff](https://github.com/prettier/prettier/compare/1.14.0...1.14.1) diff --git a/package.json b/package.json index 71555230..cc79abe3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier", - "version": "1.15.0-dev", + "version": "1.14.2", "description": "Prettier is an opinionated code formatter", "bin": { "prettier": "./bin/prettier.js"