Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit f5ce321

Browse files
committed
0.6.0 -> 0.6.1
1 parent 13fec46 commit f5ce321

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.6.1] - 2023-12-11
8+
9+
- Fix "No active text editor or incorrect one" error when comparing files
10+
711
## [0.6.0] - 2023-12-10
812

913
- Show decoration correctly on format-on-save

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Git Line Blame",
44
"description": "Display inline information in the text editor about the latest commit that edited the currently selected line",
55
"publisher": "carlthome",
6-
"version": "0.6.0",
6+
"version": "0.6.1",
77
"license": "AGPL-3.0-only",
88
"icon": "icon.png",
99
"engines": {

0 commit comments

Comments
 (0)