Skip to content

Commit f6b678a

Browse files
chore(release): 1.1.0 [skip ci]
## [1.1.0](v1.0.0...v1.1.0) (2020-03-14) ### Features * install `import-sort` and parser by default ([e35d582](e35d582))
1 parent 4a54cca commit f6b678a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.0](https://github.com/ifiokjr/prettier-plugin-sorted/compare/v1.0.0...v1.1.0) (2020-03-14)
2+
3+
4+
### Features
5+
6+
* install `import-sort` and parser by default ([e35d582](https://github.com/ifiokjr/prettier-plugin-sorted/commit/e35d582af8d61bf183933bbf805a4989973eb38f))
7+
18
## 1.0.0 (2020-03-14)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "prettier-plugin-sorted",
33
"description": "Sort your JavaScript and TypeScript imports with prettier with automatic alias support",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"keywords": [
66
"import-sort",
77
"prettier",

0 commit comments

Comments
 (0)