Skip to content

Commit

Permalink
chore(release): 0.10.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 6, 2020
1 parent 478bbfa commit 202fcbb
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 52 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.10.0](https://github.com/atom-ide-community/atom-ide-signature-help/compare/v0.9.0...v0.10.0) (2020-10-06)


### Bug Fixes

* pass markdown renderer ([99a9e66](https://github.com/atom-ide-community/atom-ide-signature-help/commit/99a9e66df59c3ad752f02d4fcbada94b0c49c64b))
* pass strings as an array ([6f9c01e](https://github.com/atom-ide-community/atom-ide-signature-help/commit/6f9c01e68b743323165b797b28a984ae4bbc41c6))


### Features

* use atom-ide-base 1.8.0 ([c80c04d](https://github.com/atom-ide-community/atom-ide-signature-help/commit/c80c04d785bf5bbd6111b192a6ea951701ded911))
* use getDocumentationHtml and getSnippetHtml from atom-ide-base ([8c5cdd0](https://github.com/atom-ide-community/atom-ide-signature-help/commit/8c5cdd005ed60f237c9be27881653ed3a025827a))
* use ViewContainer from atom-ide-base ([b7cfbfb](https://github.com/atom-ide-community/atom-ide-signature-help/commit/b7cfbfb6f05f24689c90b162e4ffae18f698f587))

# [0.9.0](https://github.com/atom-ide-community/atom-ide-signature-help/compare/v0.8.0...v0.9.0) (2020-10-05)


Expand Down
60 changes: 9 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "atom-ide-signature-help",
"main": "./lib/main.js",
"version": "0.9.0",
"version": "0.10.0",
"description": "A replacement of the SignatureHelp functionality from the original Atom-IDE / Nuclide package developed by Facebook.",
"keywords": [
"atom-package",
Expand Down

0 comments on commit 202fcbb

Please sign in to comment.