We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e424b8 commit 4b0e3f5Copy full SHA for 4b0e3f5
CHANGELOG.md
@@ -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
8
## [1.1.0](https://github.com/ifiokjr/prettier-plugin-sorted/compare/v1.0.0...v1.1.0) (2020-03-14)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-sorted",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "Sort your JavaScript and TypeScript imports with prettier with automatic alias support",
"keywords": [
"import-sort",
0 commit comments