From 104f03bc34f7ae9d4a70d01f60bfd75ae8a44941 Mon Sep 17 00:00:00 2001 From: "Azat S." Date: Tue, 22 Oct 2024 02:30:22 +0300 Subject: [PATCH] build: publish v0.1.4 --- changelog.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 053fd8c..a3c79e6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,18 @@ # Changelog +## v0.1.4 + +[compare changes](https://github.com/azat-io/todoctor/compare/v0.1.3...v0.1.4) + +### 🐞 Bug Fixes + +- Build bin for different arch ([37a6006](https://github.com/azat-io/todoctor/commit/37a6006)) + +### ❤️ Contributors + +- Azat S. ([@azat-io](http://github.com/azat-io)) + ## v0.1.3 [compare changes](https://github.com/azat-io/todoctor/compare/v0.1.2...v0.1.3) diff --git a/package.json b/package.json index 063a0a2..0587ca3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "todoctor", "description": "CLI tool to track and visualize TODO comments in Git repositories", "type": "module", - "version": "0.1.3", + "version": "0.1.4", "repository": "azat-io/todoctor", "author": "Azat S. ", "license": "MIT",