Skip to content

Commit 0ad00ae

Browse files
chore(release): 1.2.1 [skip ci]
### [1.2.1](v1.2.0...v1.2.1) (2020-03-15) ### Bug Fixes * handle circular tsconfig files ([cb0b282](cb0b282))
1 parent cb0b282 commit 0ad00ae

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.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+
18
## [1.2.0](https://github.com/ifiokjr/prettier-plugin-sorted/compare/v1.1.0...v1.2.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.2.0",
3+
"version": "1.2.1",
44
"description": "Sort your JavaScript and TypeScript imports with prettier with automatic alias support",
55
"keywords": [
66
"import-sort",

0 commit comments

Comments
 (0)