Skip to content

Commit d799352

Browse files
committed
2 parents 62b63e0 + 6a4ca80 commit d799352

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# [0.1.0](https://github.com/atom-ide-community/atom-ide-definitions/compare/v0.0.3...v0.1.0) (2019-03-11)
22

33

4+
### Bug Fixes
5+
6+
* remove comments ([3fc7db6](https://github.com/atom-ide-community/atom-ide-definitions/commit/3fc7db6))
7+
8+
9+
### Features
10+
11+
* add travis ci support ([ec46a02](https://github.com/atom-ide-community/atom-ide-definitions/commit/ec46a02))
12+
13+
# [0.1.0](https://github.com/atom-ide-community/atom-ide-definitions/compare/v0.0.3...v0.1.0) (2019-03-11)
14+
15+
416
### Features
517

618
* add travis ci support ([ec46a02](https://github.com/atom-ide-community/atom-ide-definitions/commit/ec46a02))

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-definitions",
33
"main": "./lib/atom-ide-definitions",
4-
"version": "0.1.1",
4+
"version": "0.1.0",
55
"description": "A replacement for the Definitions functionality that was originally part of the Atom IDE package from Facebook.",
66
"keywords": [
77
"atom-package",

0 commit comments

Comments
 (0)