Skip to content

Commit 286f79c

Browse files
committed
Update changelog. Bump version
1 parent f0852db commit 286f79c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.5.4
2+
3+
Fixes possible bug with missing return from the `provideDefinition` function [#26](https://github.com/avli/clojureVSCode/issues/26).
4+
15
# Version 0.5.3
26

37
Cleans up the documentation a little

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "clojure",
33
"displayName": "Clojure",
44
"description": "Clojure nREPL support for Visual Studio Code",
5-
"version": "0.5.3",
5+
"version": "0.5.4",
66
"publisher": "avli",
77
"author": {
88
"name": "Andrey Lisin",

0 commit comments

Comments
 (0)