Skip to content
This repository was archived by the owner on May 4, 2026. It is now read-only.

Commit 2d38323

Browse files
committed
chore: bump v0.0.4
1 parent 5f01297 commit 2d38323

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ All notable changes to the "elixir-tools" extension will be documented in this f
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7-
## [Unreleased]
7+
## v0.0.4
88

9-
- Initial release
9+
- TCP Setting
10+
- Update to credo-language-server v0.0.4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Install from the extension [marketplace](https://marketplace.visualstudio.com/it
1919
$ npx vsce package
2020

2121
# install the .vsix package
22-
$ code --install-extension elixir-tools-0.0.3.vsix --force
22+
$ code --install-extension elixir-tools-0.0.4.vsix --force
2323
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage": "https://github.com/elixir-tools/elixir-tools.vscode",
55
"description": "Elixir extension for VSCode.",
66
"publisher": "elixir-tools",
7-
"version": "0.0.3",
7+
"version": "0.0.4",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/elixir-tools/elixir-tools.vsode.git"

0 commit comments

Comments
 (0)