Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.5.1...v2.0.0) (2020-08-29)

### Features

* 🎸 support ignore files and dry run ([4a28554](4a28554)), closes [#20](#20)

### BREAKING CHANGES

* 🧨 config options
  • Loading branch information
semantic-release-bot committed Aug 29, 2020
1 parent 647d32a commit 07ebac4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/kreuzerk/import-conductor/compare/v1.5.1...v2.0.0) (2020-08-29)


### Features

* 🎸 support ignore files and dry run ([4a28554](https://github.com/kreuzerk/import-conductor/commit/4a28554c25be4105664206bec7666878d46936c1)), closes [#20](https://github.com/kreuzerk/import-conductor/issues/20)


### BREAKING CHANGES

* 🧨 config options

## [1.5.1](https://github.com/kreuzerk/import-conductor/compare/v1.5.0...v1.5.1) (2020-08-21)


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

0 comments on commit 07ebac4

Please sign in to comment.