Skip to content

Commit 4c15d93

Browse files
chore(release): 0.15.0 [skip ci]
1 parent dd4f4c7 commit 4c15d93

8 files changed

Lines changed: 9272 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [0.15.0](https://github.com/atom-ide-community/atom-ide-datatip/compare/v0.14.1...v0.15.0) (2020-10-05)
2+
3+
4+
### Bug Fixes
5+
6+
* babel env var ([aef34c7](https://github.com/atom-ide-community/atom-ide-datatip/commit/aef34c7bd72fc7b2bc117a4d965801b435975e76))
7+
8+
9+
### Features
10+
11+
* bump ([5b943eb](https://github.com/atom-ide-community/atom-ide-datatip/commit/5b943ebfaed32bf2470bb34125f6396a52cb3945))
12+
* install atom-ide-base ([2fea1d8](https://github.com/atom-ide-community/atom-ide-datatip/commit/2fea1d84f4e8f3bbd4317d2426fd92fd82c2a418))
13+
* use ProviderRegistry from atom-ide-base ([703ccff](https://github.com/atom-ide-community/atom-ide-datatip/commit/703ccff0aafccbd279cce7fbc41367f6a4522d24))
14+
115
## [0.14.1](https://github.com/atom-ide-community/atom-ide-datatip/compare/v0.14.0...v0.14.1) (2020-08-13)
216

317

dist/index-780b19af.js

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

dist/index-780b19af.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-1915172d.js

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

dist/main-1915172d.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: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 9243 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.14.1",
4+
"version": "0.15.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)