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 cb0b282 commit 0ad00aeCopy full SHA for 0ad00ae
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+### [1.2.1](https://github.com/ifiokjr/prettier-plugin-sorted/compare/v1.2.0...v1.2.1) (2020-03-15)
2
+
3
4
+### Bug Fixes
5
6
+* handle circular tsconfig files ([cb0b282](https://github.com/ifiokjr/prettier-plugin-sorted/commit/cb0b2822ec9bd3fd0736ddcf3c527eecf049157a))
7
8
## [1.2.0](https://github.com/ifiokjr/prettier-plugin-sorted/compare/v1.1.0...v1.2.0) (2020-03-14)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-sorted",
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "Sort your JavaScript and TypeScript imports with prettier with automatic alias support",
"keywords": [
"import-sort",
0 commit comments