Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorgirardi committed Jan 8, 2024
1 parent c91ce4b commit 7cc6c1b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file.

## 0.13.0 - 2024-01-08
- New Command `nightincode.dump` & LSP method `nightincode/dump`

## 0.12.0 - 2024-01-06
- Diagnostics improvements and bug fixes
- Analyze classpath/dependencies - it's persisted on a different database
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nightincode",
"displayName": "Nightincode",
"description": "Elemental Clojure/Script support for Visual Studio Code.",
"version": "0.13.0-dev",
"version": "0.13.0",
"publisher": "pedrorgirardi",
"author": {
"name": "Pedro Girardi",
Expand Down
2 changes: 1 addition & 1 deletion src/nightincode/server.clj
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@
{:capabilities capabilities
:serverInfo
{:name "Nightincode"
:version "0.13.0-dev"}})))
:version "0.13.0"}})))

(defmethod lsp/handle "initialized" [notification]

Expand Down

0 comments on commit 7cc6c1b

Please sign in to comment.