Skip to content

Commit

Permalink
chore(release): 0.20.4 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 28, 2020
1 parent 88e4854 commit a1edfc3
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 15 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.20.4](https://github.com/atom-ide-community/atom-ide-datatip/compare/v0.20.3...v0.20.4) (2020-10-28)


### Bug Fixes

* clean memory in case of an error ([21505d3](https://github.com/atom-ide-community/atom-ide-datatip/commit/21505d3957803a5820e748f366058359292d7f89))
* return right away if the element is not created ([88e4854](https://github.com/atom-ide-community/atom-ide-datatip/commit/88e4854b2fb2ad0192906cae0e40b8b4484aded5))
* use optional chaining in onCommandEvt ([7396906](https://github.com/atom-ide-community/atom-ide-datatip/commit/739690641e3db12091115a3c29fb7c9c0da4f216))
* use optional chaining in unmountDataTip ([8b2d646](https://github.com/atom-ide-community/atom-ide-datatip/commit/8b2d646825e3da76580634d58d9ac1be80220a8d))

## [0.20.3](https://github.com/atom-ide-community/atom-ide-datatip/compare/v0.20.2...v0.20.3) (2020-10-22)


Expand Down
4 changes: 2 additions & 2 deletions dist/index-edf9a1b5.js → dist/index-46e87e02.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/index-46e87e02.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/index-edf9a1b5.js.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/main-562ef4ee.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions dist/main-562ef4ee.js → dist/main-7800c22e.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/main-7800c22e.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions 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": "./dist/main.js",
"version": "0.20.3",
"version": "0.20.4",
"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 a1edfc3

Please sign in to comment.