Skip to content

Commit 13d77cf

Browse files
chore(release): 0.13.0 [skip ci]
1 parent 57d2c70 commit 13d77cf

8 files changed

Lines changed: 19 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [0.13.0](https://github.com/atom-ide-community/atom-ide-datatip/compare/v0.12.3...v0.13.0) (2020-07-21)
2+
3+
4+
### Features
5+
6+
* apply datatip-content to React datatips ([162b820](https://github.com/atom-ide-community/atom-ide-datatip/commit/162b820ce7b501a25eb01c8e31950d4999a12b5d))
7+
* apply datatip-marked to HTML datatips ([0be36fd](https://github.com/atom-ide-community/atom-ide-datatip/commit/0be36fdc659d2bfe9b9f525371a945b70230483d))
8+
* apply datatip-snippet to Snippet datatips ([d1f035d](https://github.com/atom-ide-community/atom-ide-datatip/commit/d1f035d9499625adbf68e32b16630225e367fd27))
9+
* glow on hover ([ba039bc](https://github.com/atom-ide-community/atom-ide-datatip/commit/ba039bc9f668729ae7aae690b33a30ba6966e4cb))
10+
111
## [0.12.3](https://github.com/atom-ide-community/atom-ide-datatip/compare/v0.12.2...v0.12.3) (2020-07-21)
212

313
### Bug Fixes
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.
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.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: 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": "./dist/main.js",
4-
"version": "0.12.3",
4+
"version": "0.13.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)