Skip to content

Commit

Permalink
Prepare release 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Blond11516 committed Jan 4, 2025
1 parent ee80d8b commit 6385f75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

# [Unreleased]
# [0.0.19]

### Added

Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ code --install-extension *.vsix
## Publishing the extension

1. Make sure the version number has been updated in
[`package.json`](./package.json)
[`package.json`](./package.json) and in [CHANGELOG.md](./CHANGELOG.md) if
there are any unreleased documented changes
1. Log in to your Azure DevOps account
1. [Create an Azure DevOps organization](https://learn.microsoft.com/en-ca/azure/devops/organizations/accounts/create-organization?view=azure-devops#create-an-organization)
if you don't already have one. The organization name doesn't matter, you
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": "lexical",
"displayName": "Lexical (Elixir Language Server)",
"description": "Elixir language support for Visual Studio Code",
"version": "0.0.18",
"version": "0.0.19",
"repository": "github:lexical-lsp/vscode-lexical",
"publisher": "lexical-lsp",
"icon": "assets/lexi-logo-square-128.png",
Expand Down

0 comments on commit 6385f75

Please sign in to comment.