Skip to content

Commit 9ed7cec

Browse files
chore(release): 0.12.0 [skip ci]
1 parent 7a7c343 commit 9ed7cec

9 files changed

Lines changed: 34 additions & 15 deletions

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [0.12.0](https://github.com/atom-ide-community/atom-ide-datatip/compare/v0.11.4...v0.12.0) (2020-07-05)
2+
3+
4+
### Features
5+
6+
* add ppublish ([39f5e44](https://github.com/atom-ide-community/atom-ide-datatip/commit/39f5e4431ff9f0ca9149fbceb38aab71811fc035))
7+
* babel.config.js ([3a8a36b](https://github.com/atom-ide-community/atom-ide-datatip/commit/3a8a36be51662a7c649e8e9d80475ecc6dc602ec))
8+
* dynamic atom-package-deps import ([ae9ea63](https://github.com/atom-ide-community/atom-ide-datatip/commit/ae9ea63e446cbbb0083cc59b97e2d1a7f0f8da43))
9+
* enable release again ([7a7c343](https://github.com/atom-ide-community/atom-ide-datatip/commit/7a7c3431c57c37646dd46e029112cf15b8de6f0e))
10+
* move config to main.js ([c23cdd3](https://github.com/atom-ide-community/atom-ide-datatip/commit/c23cdd35f1b007d9d84b0b1b918d62f74af86112))
11+
* remove use babel ([12fed03](https://github.com/atom-ide-community/atom-ide-datatip/commit/12fed03d8e168c3cf01e615fa3a6fc51adbcc95c))
12+
* removed unused plugins ([e6c161c](https://github.com/atom-ide-community/atom-ide-datatip/commit/e6c161c9efebc1e8db5234f7350a85f293370038))
13+
* rollup deps in package.json and scripts ([cedce82](https://github.com/atom-ide-community/atom-ide-datatip/commit/cedce82fec41f91e27c99016f4b0b3b7e92382d3))
14+
* rollup.config.js ([8d91d5a](https://github.com/atom-ide-community/atom-ide-datatip/commit/8d91d5a6552fead87c319ca79d99c16c5d0de7a3))
15+
* update package-lock.json ([ccbd413](https://github.com/atom-ide-community/atom-ide-datatip/commit/ccbd4131bf05e69fea778c39d3008f4023dd0672))
16+
* use community bot for now ([b64d730](https://github.com/atom-ide-community/atom-ide-datatip/commit/b64d730f98affb18ebb9f45791fc2c1d65218309))
17+
* using env to support cmd ([0e7e37e](https://github.com/atom-ide-community/atom-ide-datatip/commit/0e7e37e47d154387ca4e42dc99624457996f47bd))
18+
* using named import/exports ([4332b20](https://github.com/atom-ide-community/atom-ide-datatip/commit/4332b209b719b1240c05fb52e8f9f6d90f049532))
19+
120
## [0.11.4](https://github.com/atom-ide-community/atom-ide-datatip/compare/v0.11.3...v0.11.4) (2020-04-13)
221

322
### 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.

dist/main-247af344.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

dist/main-e2b96288.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.
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.1",
4+
"version": "0.12.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)