Skip to content

Commit 152e168

Browse files
chore(release): 4.36.2 [skip ci]
1 parent 972d06b commit 152e168

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [4.36.2](https://github.com/atom-minimap/minimap/compare/v4.36.1...v4.36.2) (2020-12-30)
2+
3+
4+
### Bug Fixes
5+
6+
* map existence check: use undefined compare ([ec8480a](https://github.com/atom-minimap/minimap/commit/ec8480aadf1e8d145536e5326c8ffb5718e75f84))
7+
* use Map for decorationDestroyedSubscriptions ([661d190](https://github.com/atom-minimap/minimap/commit/661d1909db0431c836276b6658b49a62024b137b))
8+
* use Map for decorationMarkerChangedSubscriptionsValues ([6a0d612](https://github.com/atom-minimap/minimap/commit/6a0d612085dbb4ce0cdd64ed987441c19ddbe2f2))
9+
* use Map for decorationMarkerDestroyedSubscriptions ([f2e6515](https://github.com/atom-minimap/minimap/commit/f2e65151eda916367122b17b0e13a067b9b2c57b))
10+
* use Map for decorationsById ([1fc7bc8](https://github.com/atom-minimap/minimap/commit/1fc7bc84dd25e34b98cb431e2ceb66260d3f624e))
11+
* use Map for decorationsByMarkerId ([d0a2cbe](https://github.com/atom-minimap/minimap/commit/d0a2cbe7f0b8d24518d287ab21ce0ff0838a3062))
12+
* use Map for decorationUpdatedSubscriptions ([9879ab5](https://github.com/atom-minimap/minimap/commit/9879ab5cb6026bfb14f7c967c4a0c2540bcc70de))
13+
114
## [4.36.1](https://github.com/atom-minimap/minimap/compare/v4.36.0...v4.36.1) (2020-12-29)
215

316

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