Skip to content

Commit

Permalink
chore(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0](v3.0.2...v3.1.0) (2020-06-30)

### Bug Fixes

* Some imports from ambient modules are missing ([098fe1b](098fe1b))

### Features

* Sorted named imports ([12e2370](12e2370)), closes [#48](#48)
  • Loading branch information
semantic-release-bot committed Jun 30, 2020
1 parent 098fe1b commit 2f6165f
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 66 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.1.0](https://github.com/unlight/sublime-import-helper/compare/v3.0.2...v3.1.0) (2020-06-30)


### Bug Fixes

* Some imports from ambient modules are missing ([098fe1b](https://github.com/unlight/sublime-import-helper/commit/098fe1bf90a3049dbcc1b45d2788506b22746ef4))


### Features

* Sorted named imports ([12e2370](https://github.com/unlight/sublime-import-helper/commit/12e237049ec30a9f4c951bc5bf02a57d7eff0144)), closes [#48](https://github.com/unlight/sublime-import-helper/issues/48)

## [3.0.2](https://github.com/unlight/sublime-import-helper/compare/v3.0.1...v3.0.2) (2020-06-12)


Expand Down
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"3.0.0": "CHANGELOG.md",
"3.0.1": "CHANGELOG.md",
"3.0.2": "CHANGELOG.md"
"3.0.2": "CHANGELOG.md",
"3.1.0": "CHANGELOG.md"
}
Loading

0 comments on commit 2f6165f

Please sign in to comment.