Skip to content

Commit 4a41540

Browse files
chore(release): 4.32.0 [skip ci]
1 parent 1a9431b commit 4a41540

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [4.32.0](https://github.com/atom-minimap/minimap/compare/v4.31.1...v4.32.0) (2020-11-21)
2+
3+
4+
### Features
5+
6+
* limit the number of tokens that are rendered for one line This will prevent the very long lines to break minimap when softwrap is not enabled. ([85a56e3](https://github.com/atom-minimap/minimap/commit/85a56e37c68d5c1520c5ccc83363053e7b868642))
7+
18
## [4.31.1](https://github.com/atom-minimap/minimap/compare/v4.31.0...v4.31.1) (2020-11-21)
29

310

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