From 9e811fedbaeabe18135696ddc14152bd46f531ad Mon Sep 17 00:00:00 2001 From: "Azat S." Date: Thu, 31 Oct 2024 19:04:38 +0300 Subject: [PATCH] build: publish v1.1.0 --- changelog.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 0ceea59..b933f96 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,19 @@ # Changelog +## v1.1.0 + +[compare changes](https://github.com/azat-io/todoctor/compare/v1.0.0...v1.1.0) + +### 🚀 Features + +- Add output format option ([a7e9baa](https://github.com/azat-io/todoctor/commit/a7e9baa)) +- Format json output ([d9c50c3](https://github.com/azat-io/todoctor/commit/d9c50c3)) + +### ❤️ Contributors + +- Azat S. ([@azat-io](http://github.com/azat-io)) + ## v1.0.0 [compare changes](https://github.com/azat-io/todoctor/compare/v0.2.0...v1.0.0) diff --git a/package.json b/package.json index 0e6eed0..7b03ebf 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": "1.0.0", + "version": "1.1.0", "repository": "azat-io/todoctor", "author": "Azat S. ", "license": "MIT",