Skip to content

Commit 12a399e

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](v1.2.1...v2.0.0) (2020-04-28) ### ⚠ BREAKING CHANGES * `prettier@2` is now supported. ### Features * update library for prettier@2 ([#2](#2)) ([64b7b7e](64b7b7e))
1 parent 8738846 commit 12a399e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [2.0.0](https://github.com/ifiokjr/prettier-plugin-sorted/compare/v1.2.1...v2.0.0) (2020-04-28)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* `prettier@2` is now supported.
7+
8+
### Features
9+
10+
* update library for prettier@2 ([#2](https://github.com/ifiokjr/prettier-plugin-sorted/issues/2)) ([64b7b7e](https://github.com/ifiokjr/prettier-plugin-sorted/commit/64b7b7e3d4f1e844625a1bb904eaa8c5eccb9484))
11+
112
### [1.2.1](https://github.com/ifiokjr/prettier-plugin-sorted/compare/v1.2.0...v1.2.1) (2020-03-15)
213

314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-sorted",
3-
"version": "1.2.1",
3+
"version": "2.0.0",
44
"description": "Sort your JavaScript and TypeScript imports with prettier with automatic alias support",
55
"keywords": [
66
"import-sort",

0 commit comments

Comments
 (0)