Skip to content

Commit 546bf56

Browse files
chore(release): 4.30.2 [skip ci]
1 parent 6e8dd1b commit 546bf56

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [4.30.2](https://github.com/atom-minimap/minimap/compare/v4.30.1...v4.30.2) (2020-11-21)
2+
3+
4+
### Bug Fixes
5+
6+
* Add --fix to lint ([edbfd1e](https://github.com/atom-minimap/minimap/commit/edbfd1ed12071854b0f3ab3545063e615a7b6633))
7+
* bump dependencies ([2372942](https://github.com/atom-minimap/minimap/commit/2372942a4d26c9e9edaa1c78162b6ea16c6d55d0))
8+
* bump dependencies ([2b887ef](https://github.com/atom-minimap/minimap/commit/2b887ef35321fa030304974d3bca3ca9a9405a0b))
9+
* npm run lint ([4345ccf](https://github.com/atom-minimap/minimap/commit/4345ccfff7649a545f27331ad3616d2bc0962d4e))
10+
* run lint using standard 16 ([34e4d49](https://github.com/atom-minimap/minimap/commit/34e4d49d4fe7046c72e30334d01f06fc6dc59292))
11+
* use atom-utils-plus ([ffe2717](https://github.com/atom-minimap/minimap/commit/ffe27177f70facb685595a03000a54336cbad5c9))
12+
* use const instead of var ([6faa975](https://github.com/atom-minimap/minimap/commit/6faa975d9979a7e104e4898c181806923b1f8b50))
13+
* use if/else instead of complex ternary ([706a2d7](https://github.com/atom-minimap/minimap/commit/706a2d79e6153222d16a504e4a0229f675340057))
14+
115
## [4.30.1](https://github.com/atom-minimap/minimap/compare/v4.30.0...v4.30.1) (2020-11-21)
216

317
### Bug Fixes

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": "minimap",
33
"main": "./lib/main",
4-
"version": "4.30.1",
4+
"version": "4.30.2",
55
"private": true,
66
"description": "A preview of the full source code.",
77
"author": "Fangdun Cai <[email protected]>, Amin Yahyaabadi <[email protected]>",

0 commit comments

Comments
 (0)