Skip to content

Commit 871ddb3

Browse files
chore(release): 1.0.0 [skip ci]
1 parent e2edfbb commit 871ddb3

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.0.0](https://github.com/atom-minimap/minimap-cursorline/compare/v0.2.2...v1.0.0) (2020-11-28)
2+
3+
4+
### Bug Fixes
5+
6+
* minimap dependency ([2b79fa0](https://github.com/atom-minimap/minimap-cursorline/commit/2b79fa01ff28299f3baf77ae41c40487610a2f81))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* release 1.0.0
12+
113
## [0.2.2](https://github.com/atom-minimap/minimap-cursorline/compare/v0.2.1...v0.2.2) (2020-11-27)
214

315

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-cursorline",
33
"main": "./lib/minimap-cursorline",
4-
"version": "0.2.0",
4+
"version": "1.0.0",
55
"description": "Displays Atom cursorline in the minimap",
66
"repository": "https://github.com/atom-minimap/minimap-cursorline",
77
"license": "MIT",

0 commit comments

Comments
 (0)