Skip to content

Commit 93324b8

Browse files
chore(release): 0.22.0 [skip ci]
1 parent 888b5b3 commit 93324b8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [0.22.0](https://github.com/atom-community/atom-ide-datatip/compare/v0.21.1...v0.22.0) (2021-01-30)
2+
3+
4+
### Features
5+
6+
* use gray color for datatips (doc category) ([1379cd2](https://github.com/atom-community/atom-ide-datatip/commit/1379cd25e4051f15b1a0582adfbe36015ee519c3))
7+
18
## [0.21.1](https://github.com/atom-community/atom-ide-datatip/compare/v0.21.0...v0.21.1) (2021-01-24)
29

310

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