Skip to content

Commit 0eb39d3

Browse files
committed
fix: update package version to 0.1.1
1 parent d799352 commit 0eb39d3

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
# [0.1.0](https://github.com/atom-ide-community/atom-ide-definitions/compare/v0.0.3...v0.1.0) (2019-03-11)
2-
1+
# [0.1.1](https://github.com/atom-ide-community/atom-ide-definitions/compare/v0.1.0...v0.1.1) (2019-03-11)
32

43
### Bug Fixes
54

6-
* remove comments ([3fc7db6](https://github.com/atom-ide-community/atom-ide-definitions/commit/3fc7db6))
5+
* Fix build
76

7+
# [0.1.0](https://github.com/atom-ide-community/atom-ide-definitions/compare/v0.0.3...v0.1.0) (2019-03-11)
88

9-
### Features
109

11-
* add travis ci support ([ec46a02](https://github.com/atom-ide-community/atom-ide-definitions/commit/ec46a02))
10+
### Bug Fixes
1211

13-
# [0.1.0](https://github.com/atom-ide-community/atom-ide-definitions/compare/v0.0.3...v0.1.0) (2019-03-11)
12+
* remove comments ([3fc7db6](https://github.com/atom-ide-community/atom-ide-definitions/commit/3fc7db6))
1413

1514

1615
### Features

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-definitions",
33
"main": "./lib/atom-ide-definitions",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
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)