Skip to content

Commit bf54390

Browse files
chore(release): 0.3.4 [skip ci]
1 parent e9f0a38 commit bf54390

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.3.4](https://github.com/atom-ide-community/atom-ide-definitions/compare/v0.3.3...v0.3.4) (2020-04-13)
2+
3+
4+
### Bug Fixes
5+
6+
* activation hook to improve the loading time by deferring it ([56227be](https://github.com/atom-ide-community/atom-ide-definitions/commit/56227be))
7+
18
## [0.3.3](https://github.com/atom-ide-community/atom-ide-definitions/compare/v0.3.2...v0.3.3) (2020-01-28)
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "atom-ide-definitions",
33
"main": "./lib/main",
4-
"version": "0.3.3",
4+
"version": "0.3.4",
55
"description": "A replacement for the Definitions functionality that was originally part of the Atom IDE package from Facebook.",
66
"keywords": [
77
"atom-package",
@@ -29,7 +29,7 @@
2929
"prettier": "^1.18.2",
3030
"semantic-release": "^15.13.16"
3131
},
32-
"activationHooks": [
32+
"activationHooks": [
3333
"core:loaded-shell-environment"
3434
],
3535
"release": {

0 commit comments

Comments
 (0)