Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.0...v1.4.0) (2020-06-26)

### Features

* **regex:** use regex instead of path ([607a062](607a062))
  • Loading branch information
semantic-release-bot committed Jun 26, 2020
1 parent 55745b3 commit c9c94a0
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.0](https://github.com/kreuzerk/import-conductor/compare/v1.3.0...v1.4.0) (2020-06-26)


### Features

* **regex:** use regex instead of path ([607a062](https://github.com/kreuzerk/import-conductor/commit/607a06216ed9532dfefaa34177c89e8cf999a3af))

# [1.3.0](https://github.com/kreuzerk/import-conductor/compare/v1.2.0...v1.3.0) (2020-06-25)


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.3.0",
"version": "1.4.0",
"description": "Automatically organize your Typescript import statements",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c9c94a0

Please sign in to comment.