Skip to content

Commit 6e93ff1

Browse files
chore(release): 4.36.12 [skip ci]
1 parent 5164b1b commit 6e93ff1

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [4.36.12](https://github.com/atom-minimap/minimap/compare/v4.36.11...v4.36.12) (2021-01-03)
2+
3+
4+
### Bug Fixes
5+
6+
* append the dummyNode only once ([8823c8f](https://github.com/atom-minimap/minimap/commit/8823c8fca33cec2f172c4d37855aab4609c24cd1))
7+
* combine cacheData checks + use undefined for comparison of value ([8f4a87d](https://github.com/atom-minimap/minimap/commit/8f4a87dbb05221a3ba995bc34d3882ab02c2b1f1))
8+
* faster transparentize by using string index instead of replace ([1801ec8](https://github.com/atom-minimap/minimap/commit/1801ec88ebc3a7a21ce7fda8a6e1b40af3af0897))
9+
* inline textOpacity ([2689a9a](https://github.com/atom-minimap/minimap/commit/2689a9a5ef4eef10a6ae46dd00e03a557801458a))
10+
* remove excess null check ([89a7756](https://github.com/atom-minimap/minimap/commit/89a775689e73e9aa12afba54a0429348cfb69914))
11+
* require cache param ([69c7354](https://github.com/atom-minimap/minimap/commit/69c735467be3da17fb9dcb015a6358f4abc25687))
12+
113
## [4.36.11](https://github.com/atom-minimap/minimap/compare/v4.36.10...v4.36.11) (2021-01-03)
214

315

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