Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to the "vscode-elixir-mix-formatter" extension will be docum
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.2] - 2025-03-05
- Fix repo links.

## [1.0.1] - 2022-01-24
- Fix readme.

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ ext install animus-coop.vscode-elixir-mix-formatter
---
## Release Notes

## [1.0.2] - 2025-03-05
- Fix repo links.

## [1.0.1] - 2022-01-24
- Fix readme

[Read the complete CHANGELOG](https://github.com/animus-coop/vscode-elixir-mix-formatter/blob/master/CHANGELOG.md)
[Read the complete CHANGELOG](https://github.com/animus-coop/vscode-elixir-formatter/blob/master/CHANGELOG.md)
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"publisher": "animus-coop",
"preview": true,
"license": "SEE LICENSE IN /LICENSE",
"homepage": "https://github.com/animus-coop/vscode-elixir-mix-formatter/blob/main/README.md",
"homepage": "https://github.com/animus-coop/vscode-elixir-formatter/blob/main/README.md",
"repository": {
"type": "git",
"url": "https://github.com/animus-coop/vscode-elixir-mix-formatter.git"
"url": "https://github.com/animus-coop/vscode-elixir-formatter.git"
},
"bugs": {
"url": "https://github.com/animus-coop/vscode-elixir-mix-formatter/issues",
"url": "https://github.com/animus-coop/vscode-elixir-formatter/issues",
"email": "manu@animus.com.ar"
},
"engines": {
Expand Down