From 58e9cc5dd53c7ba13338f57fc02e697ff1a55a82 Mon Sep 17 00:00:00 2001 From: "Azat S." Date: Wed, 23 Oct 2024 00:44:56 +0300 Subject: [PATCH] build: publish v0.1.7 --- changelog.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 05738f7..a5d1fb0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,18 @@ # Changelog +## v0.1.7 + +[compare changes](https://github.com/azat-io/todoctor/compare/v0.1.6...v0.1.7) + +### 🐞 Bug Fixes + +- Add missed bin extension ([b3b4137](https://github.com/azat-io/todoctor/commit/b3b4137)) + +### ❤️ Contributors + +- Azat S. ([@azat-io](http://github.com/azat-io)) + ## v0.1.6 [compare changes](https://github.com/azat-io/todoctor/compare/v0.1.5...v0.1.6) diff --git a/package.json b/package.json index 8cdc436..88a5a24 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.6", + "version": "0.1.7", "repository": "azat-io/todoctor", "author": "Azat S. ", "license": "MIT",