Skip to content

Commit 7ea3ebf

Browse files
chore(release): 0.13.0 [skip ci]
1 parent e9802f5 commit 7ea3ebf

File tree

3 files changed

+26
-12
lines changed

3 files changed

+26
-12
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [0.13.0](https://github.com/atom-ide-community/atom-ide-signature-help/compare/v0.12.0...v0.13.0) (2020-10-12)
2+
3+
4+
### Bug Fixes
5+
6+
* set signature-element style in ViewContainer ([0197128](https://github.com/atom-ide-community/atom-ide-signature-help/commit/0197128fb1f05f54c34ab647cd6b4a601c527e91))
7+
* signature help is shown outside of the screen in the first lines ([953d754](https://github.com/atom-ide-community/atom-ide-signature-help/commit/953d754977d6406286fb45c1e34071cf2049ca05))
8+
9+
10+
### Features
11+
12+
* atom-ide-base 2.1.0 ([d174619](https://github.com/atom-ide-community/atom-ide-signature-help/commit/d174619c07c0eb48b77adb0366e87775e8c442f3))
13+
* code highlighting + proper styling ([99a2451](https://github.com/atom-ide-community/atom-ide-signature-help/commit/99a245125b9310418d18e4c8efb8ab23c3ab36cb))
14+
115
# [0.12.0](https://github.com/atom-ide-community/atom-ide-signature-help/compare/v0.11.0...v0.12.0) (2020-10-09)
216

317

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "atom-ide-signature-help",
33
"main": "./lib/main.js",
4-
"version": "0.12.0",
4+
"version": "0.13.0",
55
"description": "A replacement of the SignatureHelp functionality from the original Atom-IDE / Nuclide package developed by Facebook.",
66
"keywords": [
77
"atom-package",

0 commit comments

Comments
 (0)