Skip to content

Commit

Permalink
chore: release 2.0.0 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
nerubot committed Sep 27, 2021
1 parent 9093f06 commit d90faab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"release": "standard-version",
"validate": "ajv validate -d index.json -s schema.json"
},
"version": "1.1.3"
"version": "2.0.0"
}

0 comments on commit d90faab

Please sign in to comment.