Skip to content

Commit bcb9ccb

Browse files
chore(release): 0.16.0 [skip ci]
1 parent 93a59a8 commit bcb9ccb

10 files changed

Lines changed: 9152 additions & 14 deletions

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [0.16.0](https://github.com/atom-ide-community/atom-ide-datatip/compare/v0.15.0...v0.16.0) (2020-10-06)
2+
3+
4+
### Features
5+
6+
* use atom-ide-base 1.8.0 ([60c3558](https://github.com/atom-ide-community/atom-ide-datatip/commit/60c35587fa2e03a80f810a1431abcbcfb2cddf0d))
7+
* use getSnippetHtml and getDocumentationHtml from atom-ide-base ([cfd2eb1](https://github.com/atom-ide-community/atom-ide-datatip/commit/cfd2eb15be19c28b6f8145ff202c589148ca6091))
8+
* use ViewContainer from atom-ide=base ([956fba4](https://github.com/atom-ide-community/atom-ide-datatip/commit/956fba4390a7c77f6bc5877e73a7461f29c7b048))
9+
110
# [0.15.0](https://github.com/atom-ide-community/atom-ide-datatip/compare/v0.14.1...v0.15.0) (2020-10-05)
211

312

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

dist/main-1915172d.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

dist/main-1915172d.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/main-db93af7b.js

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

dist/main-db93af7b.js.map

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

dist/main.js

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-lock.json

Lines changed: 9134 additions & 0 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-datatip",
33
"main": "./dist/main.js",
4-
"version": "0.15.0",
4+
"version": "0.16.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)