Skip to content

Commit

Permalink
chore(release): 4.38.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 11, 2021
1 parent 1af0158 commit 46974fe
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 9 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [4.38.0](https://github.com/atom-minimap/minimap/compare/v4.37.1...v4.38.0) (2021-01-11)


### Bug Fixes

* check if dummyNode is on the targetNode ([3071ef3](https://github.com/atom-minimap/minimap/commit/3071ef36a86384d6c3f6fc547adcc993ef370311))
* do not store empty cachedData ([e181e07](https://github.com/atom-minimap/minimap/commit/e181e07fee15c0ef834b2ae28e5926ac08b61c52))
* do not use cache if no scopes are added yet ([86ae2c4](https://github.com/atom-minimap/minimap/commit/86ae2c468a2541f95ac20510f9a36b50a533ed62))
* remove non-existing token.scopeDescriptor ([70219c6](https://github.com/atom-minimap/minimap/commit/70219c68899ce2f6e50950c8b620745532bcc955)), closes [/github.com/atom/atom/blob/976cb9ef3a611163052f9d31c6c3685dc1e6c5b4/src/text-editor.js#L1432](https://github.com//github.com/atom/atom/blob/976cb9ef3a611163052f9d31c6c3685dc1e6c5b4/src/text-editor.js/issues/L1432)


### Features

* empty color cache if the theme changes ([5b12790](https://github.com/atom-minimap/minimap/commit/5b127908a2855ab84438f1f2fd52bad8450bc7c7))
* reuse domStylesReader between editors ([a605d57](https://github.com/atom-minimap/minimap/commit/a605d579ba145095ea29f253d6d8474b0eab2c13))

## [4.37.1](https://github.com/atom-minimap/minimap/compare/v4.37.0...v4.37.1) (2021-01-07)


Expand Down
2 changes: 0 additions & 2 deletions dist/main-ec96187d.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/main-ec96187d.js.map

This file was deleted.

2 changes: 2 additions & 0 deletions dist/main-efb3b243.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/main-efb3b243.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "minimap",
"main": "./dist/main.js",
"version": "4.37.1",
"version": "4.38.0",
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>, Amin Yahyaabadi <aminyahyaabadi74@gmail.com>",
"keywords": [
Expand Down

0 comments on commit 46974fe

Please sign in to comment.