From 89cc4a0dec9fe765323066fa6f148055ebe7b582 Mon Sep 17 00:00:00 2001 From: Mitch Winkel-Davis Date: Wed, 5 Mar 2025 11:54:28 +1100 Subject: [PATCH] Update repo link --- CHANGELOG.md | 3 +++ README.md | 5 ++++- package.json | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2522b16..56e3eee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 3cef245..0200faa 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 61a817d..e8ce242 100644 --- a/package.json +++ b/package.json @@ -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": {