Skip to content

Commit 1868d4d

Browse files
chore(release): 0.11.0 [skip ci]
1 parent 5af5289 commit 1868d4d

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [0.11.0](https://github.com/atom-ide-community/atom-ide-datatip/compare/v0.10.6...v0.11.0) (2019-06-24)
2+
3+
4+
### Bug Fixes
5+
6+
* make iteration over datatip providers obvious ([3b8f0fa](https://github.com/atom-ide-community/atom-ide-datatip/commit/3b8f0fa))
7+
8+
9+
### Features
10+
11+
* iterate over datatip providers and show the datatip of the first ([29ee00b](https://github.com/atom-ide-community/atom-ide-datatip/commit/29ee00b))
12+
* upgrade additional build packages ([9818b39](https://github.com/atom-ide-community/atom-ide-datatip/commit/9818b39))
13+
114
## [0.10.6](https://github.com/atom-ide-community/atom-ide-datatip/compare/v0.10.5...v0.10.6) (2019-06-21)
215

316

package-lock.json

Lines changed: 1 addition & 1 deletion
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-datatip",
33
"main": "./lib/main.js",
4-
"version": "0.10.6",
4+
"version": "0.11.0",
55
"description": "A replacement for the Data Tooltip provider that was originally part of the Atom IDE package from Facebook.",
66
"keywords": [
77
"atom-package",

0 commit comments

Comments
 (0)