Skip to content

Commit da69859

Browse files
chore(release): 4.36.13 [skip ci]
1 parent c03c7ab commit da69859

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.13](https://github.com/atom-minimap/minimap/compare/v4.36.12...v4.36.13) (2021-01-03)
2+
3+
4+
### Bug Fixes
5+
6+
* inline eachTokenForScreenRows + get scopes in getTokenColor ([8ce807d](https://github.com/atom-minimap/minimap/commit/8ce807d98bfccad2611ee622a28e75cf587b6a0c))
7+
* make updateTokensLayer a free function ([02e3bf8](https://github.com/atom-minimap/minimap/commit/02e3bf83f65f5b3f7b4d48a3428f26d47935e501))
8+
* refactor whiteSpaceRegexp out of loop ([6d2ed20](https://github.com/atom-minimap/minimap/commit/6d2ed20078ff202b0c9a6e20cda8a24dbdad021f))
9+
110
## [4.36.12](https://github.com/atom-minimap/minimap/compare/v4.36.11...v4.36.12) (2021-01-03)
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.12",
4+
"version": "4.36.13",
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)