Skip to content

Commit

Permalink
chore(release): 0.3.4 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 13, 2020
1 parent e9f0a38 commit bf54390
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.3.4](https://github.com/atom-ide-community/atom-ide-definitions/compare/v0.3.3...v0.3.4) (2020-04-13)


### Bug Fixes

* activation hook to improve the loading time by deferring it ([56227be](https://github.com/atom-ide-community/atom-ide-definitions/commit/56227be))

## [0.3.3](https://github.com/atom-ide-community/atom-ide-definitions/compare/v0.3.2...v0.3.3) (2020-01-28)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "atom-ide-definitions",
"main": "./lib/main",
"version": "0.3.3",
"version": "0.3.4",
"description": "A replacement for the Definitions functionality that was originally part of the Atom IDE package from Facebook.",
"keywords": [
"atom-package",
Expand Down Expand Up @@ -29,7 +29,7 @@
"prettier": "^1.18.2",
"semantic-release": "^15.13.16"
},
"activationHooks": [
"activationHooks": [
"core:loaded-shell-environment"
],
"release": {
Expand Down

0 comments on commit bf54390

Please sign in to comment.