Skip to content

Commit 61a8494

Browse files
chore(release): 4.38.2 [skip ci]
1 parent 31fa5b9 commit 61a8494

10 files changed

+21
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [4.38.2](https://github.com/atom-minimap/minimap/compare/v4.38.1...v4.38.2) (2021-01-12)
2+
3+
4+
### Bug Fixes
5+
6+
* make drawBackDecorationsForLines a free function ([b2e238a](https://github.com/atom-minimap/minimap/commit/b2e238af7710bb8594acdb572a6be06636a3a48e))
7+
* make drawDecorations a free function ([94f2a1e](https://github.com/atom-minimap/minimap/commit/94f2a1e57d8ed4100156e6464b6e77ffe36575f6))
8+
* make drawFrontDecorationsForLines a free function ([6b97b7a](https://github.com/atom-minimap/minimap/commit/6b97b7a37201c36eccfefc8a6dcb48c9201b5c1b))
9+
* make getDecorationColor free function ([e704de9](https://github.com/atom-minimap/minimap/commit/e704de91dc72bfb9b35b999d7cad31e9478f757e))
10+
* make updateBackDecorationsLayer a free function ([8ae5fa4](https://github.com/atom-minimap/minimap/commit/8ae5fa41bca1a7d395dfc89f7138b0b3c85377b9))
11+
* make updateFrontDecorationsLayer a free function ([a614182](https://github.com/atom-minimap/minimap/commit/a614182d00e28d4f98f2b56ef846fa5558320e8f))
12+
113
## [4.38.1](https://github.com/atom-minimap/minimap/compare/v4.38.0...v4.38.1) (2021-01-12)
214

315

dist/main-8e3fc76c.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/main-8e3fc76c.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/main-a2a9f2dc.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main-a2a9f2dc.js.map

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

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/minimap-plugin-generator-element-1397edc7.js renamed to dist/minimap-plugin-generator-element-2c9b5763.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/minimap-plugin-generator-element-1397edc7.js.map renamed to dist/minimap-plugin-generator-element-2c9b5763.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.38.1",
4+
"version": "4.38.2",
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)