Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorgirardi committed Jan 3, 2024
1 parent cf91fc9 commit 723b71f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## 0.11.0 - in development
## 0.11.0 - 2024-01-03
- Create `.clj-kondo` directory if it doesn't exist:
Nightincode should 'just work' if there's a `deps.edn` file.

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.11.0-dev",
"version": "0.11.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 @@ -448,7 +448,7 @@

:serverInfo
{:name "Nightincode"
:version "0.11.0-dev"}})))
:version "0.11.0"}})))

(defmethod lsp/handle "initialized" [notification]

Expand Down

0 comments on commit 723b71f

Please sign in to comment.