Skip to content

Commit

Permalink
chore(release): 4.32.0 [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 1a9431b commit 4a41540
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.32.0](https://github.com/atom-minimap/minimap/compare/v4.31.1...v4.32.0) (2020-11-21)


### Features

* 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))

## [4.31.1](https://github.com/atom-minimap/minimap/compare/v4.31.0...v4.31.1) (2020-11-21)


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.31.1",
"version": "4.32.0",
"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 4a41540

Please sign in to comment.