We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dbd99f commit 44cdbbbCopy full SHA for 44cdbbb
2 files changed
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Change Log
2
3
## In development
4
+
5
+## v0.0.2
6
- Fix report generation to correctly use code tags
7
- #43: Fixed highlight not being immediately removed when removing a note
8
- #44: Make collabsible state configurable and collapse file info by default (by cellador)
package.json
@@ -10,7 +10,7 @@
10
"type": "git",
11
"url": "github:thamara/vscode-code-annotation.git"
12
},
13
- "version": "0.0.2-dev",
+ "version": "0.0.2",
14
"engines": {
15
"vscode": "^1.47.0"
16
0 commit comments