Skip to content

Commit

Permalink
chore(release): 1.4.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.4](v1.4.3...v1.4.4) (2020-07-27)

### Bug Fixes

* **imports:** fix wrong import of gitChangedFiles ([f775f69](f775f69))
  • Loading branch information
semantic-release-bot committed Jul 27, 2020
1 parent cf08fd3 commit a20ae9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.4.4](https://github.com/kreuzerk/import-conductor/compare/v1.4.3...v1.4.4) (2020-07-27)


### Bug Fixes

* **imports:** fix wrong import of gitChangedFiles ([f775f69](https://github.com/kreuzerk/import-conductor/commit/f775f69720349e8c27ee04b9b9685f661f3986fb))

## [1.4.3](https://github.com/kreuzerk/import-conductor/compare/v1.4.2...v1.4.3) (2020-07-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "import-conductor",
"version": "1.4.3",
"version": "1.4.4",
"description": "Automatically organize your Typescript import statements",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a20ae9c

Please sign in to comment.