Skip to content

Commit

Permalink
chore(release): 4.36.7 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 2, 2021
1 parent 60ef1a6 commit 1d83830
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [4.36.7](https://github.com/atom-minimap/minimap/compare/v4.36.6...v4.36.7) (2021-01-02)


### Bug Fixes

* make drawToken a free function ([ec363ea](https://github.com/atom-minimap/minimap/commit/ec363ea6fd2de23411299feae8f993c692e9a3f2))
* make eachTokenForScreenRows a free function ([a296f48](https://github.com/atom-minimap/minimap/commit/a296f4880b54dc65abc0ece57a249ec078d1a7ee))
* make getInvisibleRegExp a free function ([5e23805](https://github.com/atom-minimap/minimap/commit/5e23805005c3754565e51761f255a150ad99c48d))
* move DOMStylesReader to CanvasDrawer ([6999bc5](https://github.com/atom-minimap/minimap/commit/6999bc54dfa474192273c7993a54cc8968b1e6bf))
* move getTextEditorElement to Minimap class ([5c72224](https://github.com/atom-minimap/minimap/commit/5c72224a1ccfb3a71aa14e1f11ca8b1967f06384))
* this.minimap.getTextEditor only once in eachTokenForScreenRows ([d3d5d6e](https://github.com/atom-minimap/minimap/commit/d3d5d6eb42cbe54842ae09eb8cf88c933ab300b3))

## [4.36.6](https://github.com/atom-minimap/minimap/compare/v4.36.5...v4.36.6) (2021-01-01)


Expand Down
2 changes: 1 addition & 1 deletion dist/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main.js.map

Large diffs are not rendered by default.

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": "./dist/main.js",
"version": "4.36.6",
"version": "4.36.7",
"description": "A preview of the full source code.",
"author": "Fangdun Cai <[email protected]>, Amin Yahyaabadi <[email protected]>",
"keywords": [
Expand Down

0 comments on commit 1d83830

Please sign in to comment.