Skip to content

Commit f05ce88

Browse files
chore(release): 4.31.1 [skip ci]
1 parent 53ef5e1 commit f05ce88

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [4.31.1](https://github.com/atom-minimap/minimap/compare/v4.31.0...v4.31.1) (2020-11-21)
2+
3+
4+
### Bug Fixes
5+
6+
* prevent error when minimap squished ([cfeba59](https://github.com/atom-minimap/minimap/commit/cfeba5950ce69735ca705061dc359d000a00ee8c))
7+
* prevent error when width = 0 ([1ec8f12](https://github.com/atom-minimap/minimap/commit/1ec8f12cfda88099697d20ccdc7a57b2c6d5ec49))
8+
19
# [4.31.0](https://github.com/atom-minimap/minimap/compare/v4.30.2...v4.31.0) (2020-11-21)
210

311

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.31.0",
4+
"version": "4.31.1",
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)