Skip to content

Commit

Permalink
chore: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 13, 2021
1 parent a25d3be commit aaf8003
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* text=auto

# don't diff machine generated files
dist/ -diff
pnpm-lock.yaml -diff
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [4.40.0](https://github.com/atom-minimap/minimap/compare/v4.39.14...v4.40.0) (2021-07-13)

### Bug fixes and Improvements

- getDevicePixelRatio will return 0 on Linux resulting in no minimap (#799)
- remove LegacyAdapter - Drop support for Atom versions older than 1.52. (#798)
- use StyleReader from atom-ide-base (#798)
- improve debounce function (#798)
- update dependencies

## [4.39.14](https://github.com/atom-minimap/minimap/compare/v4.39.13...v4.39.14) (2021-05-10)


Expand Down

0 comments on commit aaf8003

Please sign in to comment.