From 27b1ae7ed8016d7710d0090d6e1ec244bf59d6fa Mon Sep 17 00:00:00 2001 From: "Azat S." Date: Wed, 23 Oct 2024 01:47:04 +0300 Subject: [PATCH] build: publish v0.1.10 --- changelog.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 7ece1f8..75d7874 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,18 @@ # Changelog +## v0.1.10 + +[compare changes](https://github.com/azat-io/todoctor/compare/v0.1.9...v0.1.10) + +### 🐞 Bug Fixes + +- Add missed bin script extension ([40a45f5](https://github.com/azat-io/todoctor/commit/40a45f5)) + +### ❤️ Contributors + +- Azat S. ([@azat-io](http://github.com/azat-io)) + ## v0.1.9 [compare changes](https://github.com/azat-io/todoctor/compare/v0.1.8...v0.1.9) diff --git a/package.json b/package.json index eccc0ac..f0a1d6f 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.9", + "version": "0.1.10", "repository": "azat-io/todoctor", "author": "Azat S. ", "license": "MIT",