Skip to content

Commit 7e72819

Browse files
chore(release): 4.36.10 [skip ci]
1 parent c22ae67 commit 7e72819

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [4.36.10](https://github.com/atom-minimap/minimap/compare/v4.36.9...v4.36.10) (2021-01-02)
2+
3+
4+
### Bug Fixes
5+
6+
* factor out dispatchers and lambda ([aca84c0](https://github.com/atom-minimap/minimap/commit/aca84c0a995d1f129af8f8d8b21ca54a7a7ad19e))
7+
* factor out getTokenColor lambda ([09771b6](https://github.com/atom-minimap/minimap/commit/09771b6fee63b03966575416c98e24482eddacf0))
8+
* make drawLines a free function ([bf9f598](https://github.com/atom-minimap/minimap/commit/bf9f5983a88ec12d30cc3407f2e6b728cdd8bec1))
9+
110
## [4.36.9](https://github.com/atom-minimap/minimap/compare/v4.36.8...v4.36.9) (2021-01-02)
211

312

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