Skip to content

Commit 4dc7a53

Browse files
chore(release): 2.6.0 [skip ci]
# [2.6.0](v2.5.0...v2.6.0) (2023-01-11) ### Features * switch to fast-glob for performance ([f0dc90a](f0dc90a))
1 parent 50899e5 commit 4dc7a53

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+
# [2.6.0](https://github.com/kreuzerk/import-conductor/compare/v2.5.0...v2.6.0) (2023-01-11)
2+
3+
4+
### Features
5+
6+
* switch to fast-glob for performance ([f0dc90a](https://github.com/kreuzerk/import-conductor/commit/f0dc90ad4e60405fbe5391c3c073e0fa2e55d33b))
7+
18
# [2.5.0](https://github.com/kreuzerk/import-conductor/compare/v2.4.1...v2.5.0) (2022-07-01)
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": "import-conductor",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"description": "Automatically organize your Typescript import statements",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)