From 60a54076d84e507e9c225412b0ea51f3786dc9d0 Mon Sep 17 00:00:00 2001 From: "Azat S." Date: Sun, 20 Oct 2024 00:28:49 +0300 Subject: [PATCH] build: publish v0.1.1 --- changelog.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 90064f7..ec63245 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,21 @@ # Changelog +## v0.1.1 + +[compare changes](https://github.com/azat-io/todoctor/compare/v0.1.0...v0.1.1) + +### 🚀 Features + +- Add month cli argument ([edf5b95](https://github.com/azat-io/todoctor/commit/edf5b95)) +- Add ignore cli argument ([6e6aac0](https://github.com/azat-io/todoctor/commit/6e6aac0)) +- Improve todo comment identification ([72f597a](https://github.com/azat-io/todoctor/commit/72f597a)) +- Add no todos block ([e282509](https://github.com/azat-io/todoctor/commit/e282509)) + +### ❤️ Contributors + +- Azat S. ([@azat-io](http://github.com/azat-io)) + ## v0.1.0 ### 🔥️️ Initial Release diff --git a/package.json b/package.json index 0bcd74a..87e8284 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.0", + "version": "0.1.1", "repository": "azat-io/todoctor", "author": "Azat S. ", "license": "MIT",