Skip to content

Commit

Permalink
chore(release): 0.23.4 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 17, 2021
1 parent b639c3e commit e770f79
Show file tree
Hide file tree
Showing 7 changed files with 306 additions and 139 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.23.4](https://github.com/atom-community/atom-ide-datatip/compare/v0.23.3...v0.23.4) (2021-02-17)


### Bug Fixes

* add type defs for react ([6a3531f](https://github.com/atom-community/atom-ide-datatip/commit/6a3531f8b96cfbfdd71647672ec0ed7e38d474d4))

## [0.23.3](https://github.com/atom-community/atom-ide-datatip/compare/v0.23.2...v0.23.3) (2021-02-10)


Expand Down
4 changes: 2 additions & 2 deletions dist/index-b5a60553.js → dist/index-41c7c3a8.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/index-41c7c3a8.js.map

Large diffs are not rendered by default.

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

This file was deleted.

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

Large diffs are not rendered by default.

428 changes: 294 additions & 134 deletions dist/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

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.23.3",
"version": "0.23.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 e770f79

Please sign in to comment.