Skip to content

Commit

Permalink
chore(release): 4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.0](v4.0.0...v4.1.0) (2021-09-16)

### Features

* Setting for space in braces `insert_space_in_braces` ([df0d246](df0d246))

### Bug Fixes

* Exception must inherit BaseException ([7ceb54f](7ceb54f))
  • Loading branch information
semantic-release-bot committed Sep 16, 2021
1 parent 7ceb54f commit 30333f4
Show file tree
Hide file tree
Showing 2 changed files with 14 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 @@
## [4.1.0](https://github.com/unlight/sublime-import-helper/compare/v4.0.0...v4.1.0) (2021-09-16)


### Features

* Setting for space in braces `insert_space_in_braces` ([df0d246](https://github.com/unlight/sublime-import-helper/commit/df0d246625eae590081e8823bde9666dfd500933))


### Bug Fixes

* Exception must inherit BaseException ([7ceb54f](https://github.com/unlight/sublime-import-helper/commit/7ceb54f0798298baf274631c9889f3e48043930d))

## [4.0.0](https://github.com/unlight/sublime-import-helper/compare/v3.1.0...v4.0.0) (2021-09-11)


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

0 comments on commit 30333f4

Please sign in to comment.