Skip to content

Commit ff2e94b

Browse files
chore(release): 4.36.11 [skip ci]
1 parent 85330a7 commit ff2e94b

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [4.36.11](https://github.com/atom-minimap/minimap/compare/v4.36.10...v4.36.11) (2021-01-03)
2+
3+
4+
### Bug Fixes
5+
6+
* factor dotRegexp out of the loop ([fdd23fa](https://github.com/atom-minimap/minimap/commit/fdd23fafaa8e78674eb520704cf6bb05503d6dbf))
7+
* factor editorScreenLineCount and invisibleRegExp out of the loop ([9359279](https://github.com/atom-minimap/minimap/commit/9359279c8f4384c4119c7486dd1d18420829a5a9))
8+
* factor emptyLineRegexp and whiteSpaceRegexp out of the loop ([8e704b0](https://github.com/atom-minimap/minimap/commit/8e704b0b063266a0ec6e3e23a7bdc329b2a453ca))
9+
* factor hueRegexp out of the loop ([703c75c](https://github.com/atom-minimap/minimap/commit/703c75c75b39ba75986f54450f3a2ee0584f5864))
10+
* factor rgbExtractRegexp out of the loop ([4585437](https://github.com/atom-minimap/minimap/commit/4585437cb876489483348bd611b9e681c4e0514f))
11+
112
## [4.36.10](https://github.com/atom-minimap/minimap/compare/v4.36.9...v4.36.10) (2021-01-02)
213

314

dist/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js.map

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-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": "./dist/main.js",
4-
"version": "4.36.10",
4+
"version": "4.36.11",
55
"description": "A preview of the full source code.",
66
"author": "Fangdun Cai <[email protected]>, Amin Yahyaabadi <[email protected]>",
77
"keywords": [

0 commit comments

Comments
 (0)