Skip to content

Commit 4b0e3f5

Browse files
chore(release): 1.2.0 [skip ci]
## [1.2.0](v1.1.0...v1.2.0) (2020-03-14) ### Features * new option `spaceAfterAliases` ([2e424b8](2e424b8))
1 parent 2e424b8 commit 4b0e3f5

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.2.0](https://github.com/ifiokjr/prettier-plugin-sorted/compare/v1.1.0...v1.2.0) (2020-03-14)
2+
3+
4+
### Features
5+
6+
* new option `spaceAfterAliases` ([2e424b8](https://github.com/ifiokjr/prettier-plugin-sorted/commit/2e424b895ce9a9fc50f00ffefd497a20b974144a))
7+
18
## [1.1.0](https://github.com/ifiokjr/prettier-plugin-sorted/compare/v1.0.0...v1.1.0) (2020-03-14)
29

310

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.1.0",
3+
"version": "1.2.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)