Skip to content

Commit d34ca3f

Browse files
chore(release): 2.4.0 [skip ci]
# [2.4.0](v2.3.0...v2.4.0) (2022-04-05) ### Features * 🎸 (organize) export organize imports function ([9e9bac5](9e9bac5))
1 parent ad33da5 commit d34ca3f

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.4.0](https://github.com/kreuzerk/import-conductor/compare/v2.3.0...v2.4.0) (2022-04-05)
2+
3+
4+
### Features
5+
6+
* 🎸 (organize) export organize imports function ([9e9bac5](https://github.com/kreuzerk/import-conductor/commit/9e9bac5f1991813e410f321f50d2b77d4a3a202a))
7+
18
# [2.3.0](https://github.com/kreuzerk/import-conductor/compare/v2.2.6...v2.3.0) (2022-04-05)
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.3.0",
3+
"version": "2.4.0",
44
"description": "Automatically organize your Typescript import statements",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)