Skip to content

Commit ed96d0c

Browse files
chore(release): 1.0.0 [skip ci]
1 parent b7bcf31 commit ed96d0c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# 1.0.0 (2019-03-14)
2+
3+
4+
### Bug Fixes
5+
6+
* build dependencies were not in package-lock.json ([b7bcf31](https://github.com/atom-ide-community/ide-sourcekit/commit/b7bcf31))
7+
8+
9+
### Features
10+
11+
* add travis ci for auto-deploy builds ([c28c08e](https://github.com/atom-ide-community/ide-sourcekit/commit/c28c08e))
12+
* support more file extensions ([0ee2f24](https://github.com/atom-ide-community/ide-sourcekit/commit/0ee2f24)), closes [#1](https://github.com/atom-ide-community/ide-sourcekit/issues/1)

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": "ide-sourcekit",
33
"main": "./lib/main",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"description": "EXPERIMENTAL: C, Objective-C, C++, and Swift language support for Atom-IDE.",
66
"keywords": [
77
"atom-package",

0 commit comments

Comments
 (0)