Skip to content

Commit

Permalink
chore(release): 4.30.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Nov 21, 2020
1 parent 6e8dd1b commit 546bf56
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [4.30.2](https://github.com/atom-minimap/minimap/compare/v4.30.1...v4.30.2) (2020-11-21)


### Bug Fixes

* Add --fix to lint ([edbfd1e](https://github.com/atom-minimap/minimap/commit/edbfd1ed12071854b0f3ab3545063e615a7b6633))
* bump dependencies ([2372942](https://github.com/atom-minimap/minimap/commit/2372942a4d26c9e9edaa1c78162b6ea16c6d55d0))
* bump dependencies ([2b887ef](https://github.com/atom-minimap/minimap/commit/2b887ef35321fa030304974d3bca3ca9a9405a0b))
* npm run lint ([4345ccf](https://github.com/atom-minimap/minimap/commit/4345ccfff7649a545f27331ad3616d2bc0962d4e))
* run lint using standard 16 ([34e4d49](https://github.com/atom-minimap/minimap/commit/34e4d49d4fe7046c72e30334d01f06fc6dc59292))
* use atom-utils-plus ([ffe2717](https://github.com/atom-minimap/minimap/commit/ffe27177f70facb685595a03000a54336cbad5c9))
* use const instead of var ([6faa975](https://github.com/atom-minimap/minimap/commit/6faa975d9979a7e104e4898c181806923b1f8b50))
* use if/else instead of complex ternary ([706a2d7](https://github.com/atom-minimap/minimap/commit/706a2d79e6153222d16a504e4a0229f675340057))

## [4.30.1](https://github.com/atom-minimap/minimap/compare/v4.30.0...v4.30.1) (2020-11-21)

### Bug Fixes
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "minimap",
"main": "./lib/main",
"version": "4.30.1",
"version": "4.30.2",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <[email protected]>, Amin Yahyaabadi <[email protected]>",
Expand Down

0 comments on commit 546bf56

Please sign in to comment.