Skip to content

Commit a1edfc3

Browse files
chore(release): 0.20.4 [skip ci]
1 parent 88e4854 commit a1edfc3

10 files changed

Lines changed: 25 additions & 15 deletions

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.20.4](https://github.com/atom-ide-community/atom-ide-datatip/compare/v0.20.3...v0.20.4) (2020-10-28)
2+
3+
4+
### Bug Fixes
5+
6+
* clean memory in case of an error ([21505d3](https://github.com/atom-ide-community/atom-ide-datatip/commit/21505d3957803a5820e748f366058359292d7f89))
7+
* return right away if the element is not created ([88e4854](https://github.com/atom-ide-community/atom-ide-datatip/commit/88e4854b2fb2ad0192906cae0e40b8b4484aded5))
8+
* use optional chaining in onCommandEvt ([7396906](https://github.com/atom-ide-community/atom-ide-datatip/commit/739690641e3db12091115a3c29fb7c9c0da4f216))
9+
* use optional chaining in unmountDataTip ([8b2d646](https://github.com/atom-ide-community/atom-ide-datatip/commit/8b2d646825e3da76580634d58d9ac1be80220a8d))
10+
111
## [0.20.3](https://github.com/atom-ide-community/atom-ide-datatip/compare/v0.20.2...v0.20.3) (2020-10-22)
212

313

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

dist/index-46e87e02.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/index-edf9a1b5.js.map

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

dist/main-562ef4ee.js.map

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

dist/main-7800c22e.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: 7 additions & 7 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.20.3",
4+
"version": "0.20.4",
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)