Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.1...v1.1.0) (2020-06-25)

### Features

* **merge:** merge import statments from same lib ([ee6c247](ee6c247))
  • Loading branch information
semantic-release-bot committed Jun 25, 2020
1 parent b09cc39 commit 4a85227
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.1.0](https://github.com/kreuzerk/import-conductor/compare/v1.0.1...v1.1.0) (2020-06-25)


### Features

* **merge:** merge import statments from same lib ([ee6c247](https://github.com/kreuzerk/import-conductor/commit/ee6c247396a6928d613c6f52cd896190be0d7eb4))

## [1.0.1](https://github.com/kreuzerk/import-conductor/compare/v1.0.0...v1.0.1) (2020-06-24)


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

0 comments on commit 4a85227

Please sign in to comment.