Skip to content

Commit e83f712

Browse files
chore(release): 1.1.0 [skip ci]
1 parent 60fc8f4 commit e83f712

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.1.0](https://github.com/atom-ide-community/atom-ide-javascript/compare/v1.0.1...v1.1.0) (2020-07-25)
2+
3+
4+
### Bug Fixes
5+
6+
* depend on atom-ide-base instead ([b1cde77](https://github.com/atom-ide-community/atom-ide-javascript/commit/b1cde7734ab14e249b0c2ef2fa584f8ed5a4fec0))
7+
8+
9+
### Features
10+
11+
* add autocomplete-paths ([60fc8f4](https://github.com/atom-ide-community/atom-ide-javascript/commit/60fc8f49dae95eb35d78c7d8f1b2defab5e1682e))
12+
113
## [1.0.1](https://github.com/atom-ide-community/atom-ide-javascript/compare/v1.0.0...v1.0.1) (2020-07-25)
214

315

dist/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js.map

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-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-javascript",
33
"main": "dist/main.js",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"author": "Amin Yahyaabadi",
66
"description": " ",
77
"keywords": [

0 commit comments

Comments
 (0)