From 1dc77aaeb32def20540acd2139578915427cdd9f Mon Sep 17 00:00:00 2001 From: "Azat S." Date: Thu, 24 Oct 2024 00:18:06 +0300 Subject: [PATCH] build: publish v0.2.0 --- changelog.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 1b51e37..6a0cea1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,19 @@ # Changelog +## v0.2.0 + +[compare changes](https://github.com/azat-io/todoctor/compare/v0.1.12...v0.2.0) + +### 🚀 Features + +- Support include and exclude keywords options ([68027cb](https://github.com/azat-io/todoctor/commit/68027cb)) +- Add output directory option ([26bdf71](https://github.com/azat-io/todoctor/commit/26bdf71)) + +### ❤️ Contributors + +- Azat S. ([@azat-io](http://github.com/azat-io)) + ## v0.1.12 [compare changes](https://github.com/azat-io/todoctor/compare/v0.1.11...v0.1.12) diff --git a/package.json b/package.json index adc9a63..41b7e18 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.12", + "version": "0.2.0", "repository": "azat-io/todoctor", "author": "Azat S. ", "license": "MIT",