Skip to content

Commit 50b93cf

Browse files
chore(release): 0.12.1 [skip ci]
1 parent 07f83d0 commit 50b93cf

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.12.1](https://github.com/atom-ide-community/atom-ide-datatip/compare/v0.12.0...v0.12.1) (2020-07-05)
2+
3+
4+
### Bug Fixes
5+
6+
* bump rollup ([3a8d0d7](https://github.com/atom-ide-community/atom-ide-datatip/commit/3a8d0d73291a98b6a2d7a802ede723671434d930))
7+
* update package-lock ([07f83d0](https://github.com/atom-ide-community/atom-ide-datatip/commit/07f83d00efa9ced9268e13abb2c79dd1cf5b35a2))
8+
19
# [0.12.0](https://github.com/atom-ide-community/atom-ide-datatip/compare/v0.11.4...v0.12.0) (2020-07-05)
210

311

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.0",
4+
"version": "0.12.1",
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)