Skip to content

Commit 0c37c9d

Browse files
bump version
1 parent 035e20a commit 0c37c9d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33

44
---
5+
### 6.0.1
6+
7+
#### Bug fixes
8+
- **Fix Svelte export snippet parsing** [#390](https://github.com/trivago/prettier-plugin-sort-imports/issues/390) - Fixed by adding support for new Svelte snippet syntax
9+
510
### 6.0.0
611

712
#### Breaking Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trivago/prettier-plugin-sort-imports",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "A prettier plugins to sort imports in provided RegEx order",
55
"main": "lib/src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)