Skip to content

Commit d9c690f

Browse files
bump version. update changelog.
1 parent 97214c3 commit d9c690f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

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.2
6+
7+
#### Bug fixes
8+
- **Fix recognising mandatory prefix built-in imports** [#389](https://github.com/trivago/prettier-plugin-sort-imports/pull/389) by [@TomFryersMidsummer](https://github.com/TomFryersMidsummer) - Fixed detection of Node.js built-in modules that are only accessible with the `node:` prefix (like `node:test`, `node:sqlite`) to be correctly recognized when using `<BUILTIN_MODULES>` placeholder
9+
510
### 6.0.1
611

712
#### Bug fixes

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