Skip to content

Commit 2694e5b

Browse files
chore(release): 2.5.0 [skip ci]
# [2.5.0](v2.4.1...v2.5.0) (2022-07-01) ### Features * better command description ([6569138](6569138)) * ordering by configuration ([c39c7e8](c39c7e8)) * set default argument ([cd79f13](cd79f13)) * teste cases ([ddda79b](ddda79b)) * testing no import statement ([3818e0e](3818e0e)) * updated readme with new parameter ([e711b32](e711b32)) * validating cli argument ([40a918b](40a918b))
1 parent 9e04342 commit 2694e5b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.5.0](https://github.com/kreuzerk/import-conductor/compare/v2.4.1...v2.5.0) (2022-07-01)
2+
3+
4+
### Features
5+
6+
* better command description ([6569138](https://github.com/kreuzerk/import-conductor/commit/65691388b42b50c5c11c3b6762b0719cb781099f))
7+
* ordering by configuration ([c39c7e8](https://github.com/kreuzerk/import-conductor/commit/c39c7e854351ec4d8ab6901cb510079d20de1f8b))
8+
* set default argument ([cd79f13](https://github.com/kreuzerk/import-conductor/commit/cd79f1307eb784b427c3c7076d9d021f7877dae1))
9+
* teste cases ([ddda79b](https://github.com/kreuzerk/import-conductor/commit/ddda79b0273fac4a6759b4ca9b5591f7fc800ed2))
10+
* testing no import statement ([3818e0e](https://github.com/kreuzerk/import-conductor/commit/3818e0e5054c36ef52b708b9ba07bb025d9b7260))
11+
* updated readme with new parameter ([e711b32](https://github.com/kreuzerk/import-conductor/commit/e711b322074b44d1bb941e9833b71e9b2ec51bfd))
12+
* validating cli argument ([40a918b](https://github.com/kreuzerk/import-conductor/commit/40a918b4409d476fe2c2a31a6e0092e665d9cd58))
13+
114
## [2.4.1](https://github.com/kreuzerk/import-conductor/compare/v2.4.0...v2.4.1) (2022-06-25)
215

316

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "import-conductor",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"description": "Automatically organize your Typescript import statements",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)