Skip to content

Commit

Permalink
chore(release): 0.11.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jun 24, 2019
1 parent 5af5289 commit 1868d4d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [0.11.0](https://github.com/atom-ide-community/atom-ide-datatip/compare/v0.10.6...v0.11.0) (2019-06-24)


### Bug Fixes

* make iteration over datatip providers obvious ([3b8f0fa](https://github.com/atom-ide-community/atom-ide-datatip/commit/3b8f0fa))


### Features

* iterate over datatip providers and show the datatip of the first ([29ee00b](https://github.com/atom-ide-community/atom-ide-datatip/commit/29ee00b))
* upgrade additional build packages ([9818b39](https://github.com/atom-ide-community/atom-ide-datatip/commit/9818b39))

## [0.10.6](https://github.com/atom-ide-community/atom-ide-datatip/compare/v0.10.5...v0.10.6) (2019-06-21)


Expand Down
2 changes: 1 addition & 1 deletion 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-datatip",
"main": "./lib/main.js",
"version": "0.10.6",
"version": "0.11.0",
"description": "A replacement for the Data Tooltip provider that was originally part of the Atom IDE package from Facebook.",
"keywords": [
"atom-package",
Expand Down

0 comments on commit 1868d4d

Please sign in to comment.