Skip to content

Commit

Permalink
chore(release): 0.7.2 [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 eac22c1 commit dcf7485
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.7.2](https://github.com/atom-ide-community/atom-ide-signature-help/compare/v0.7.1...v0.7.2) (2020-04-13)


### Bug Fixes

* activation hook to improve the loading time by deferring it ([784a943](https://github.com/atom-ide-community/atom-ide-signature-help/commit/784a943))

## [0.7.1](https://github.com/atom-ide-community/atom-ide-signature-help/compare/v0.7.0...v0.7.1) (2019-06-29)


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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "atom-ide-signature-help",
"main": "./lib/main.js",
"version": "0.7.1",
"version": "0.7.2",
"description": "A replacement of the SignatureHelp functionality from the original Atom-IDE / Nuclide package developed by Facebook.",
"keywords": [
"atom-package",
Expand Down Expand Up @@ -40,8 +40,8 @@
"prettier": "^1.18.2",
"semantic-release": "^15.13.16"
},
"activationHooks": [
"core:loaded-shell-environment"
"activationHooks": [
"core:loaded-shell-environment"
],
"release": {
"extends": "@semantic-release/apm-config"
Expand Down

0 comments on commit dcf7485

Please sign in to comment.