From d90faabf58fb1f6f6dade430cae97048b2328412 Mon Sep 17 00:00:00 2001 From: Neru Bot <49277953+nerubot@users.noreply.github.com> Date: Mon, 27 Sep 2021 15:20:06 +0900 Subject: [PATCH] chore: release 2.0.0 (#158) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7d09d6..822e2e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.0.0](https://www.github.com/inabagumi/prettier-config/compare/v1.1.3...v2.0.0) (2021-09-27) + + +### ⚠ BREAKING CHANGES + +* jsxBracketSameLine has been deprecated since Prettier 2.4. + +### Bug Fixes + +* replace to bracketSameLine ([#157](https://www.github.com/inabagumi/prettier-config/issues/157)) ([9093f06](https://www.github.com/inabagumi/prettier-config/commit/9093f06fca9d186096a249a9d2a5a7685e853a6f)) + ### [1.1.3](https://www.github.com/inabagumi/prettier-config/compare/v1.1.2...v1.1.3) (2021-05-14) diff --git a/package.json b/package.json index 94fc2c3..3bb9777 100644 --- a/package.json +++ b/package.json @@ -31,5 +31,5 @@ "release": "standard-version", "validate": "ajv validate -d index.json -s schema.json" }, - "version": "1.1.3" + "version": "2.0.0" }