From 8969970174b2d2ed1df40420d05c097caa5016bc Mon Sep 17 00:00:00 2001 From: "Azat S." Date: Sun, 3 Nov 2024 20:53:36 +0300 Subject: [PATCH] build: publish v1.2.0 --- changelog.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index b933f96..ad6ef2c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,27 @@ # Changelog +## v1.2.0 + +[compare changes](https://github.com/azat-io/todoctor/compare/v1.1.0...v1.2.0) + +### 🚀 Features + +- Add csv output format ([c0ad6e6](https://github.com/azat-io/todoctor/commit/c0ad6e6)) + +### 🏎 Performance Improvements + +- Process only modified files when traversing history ([49f285e](https://github.com/azat-io/todoctor/commit/49f285e)) + +### 🐞 Bug Fixes + +- Fix short variant of output format command ([4cea228](https://github.com/azat-io/todoctor/commit/4cea228)) +- Create directory for json output ([f15a43b](https://github.com/azat-io/todoctor/commit/f15a43b)) + +### ❤️ Contributors + +- Azat S. ([@azat-io](http://github.com/azat-io)) + ## v1.1.0 [compare changes](https://github.com/azat-io/todoctor/compare/v1.0.0...v1.1.0) diff --git a/package.json b/package.json index c8cd233..99282b5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "todoctor", "description": "CLI tool to analyze and report TODO comments in JavaScript and TypeScript Git repositories", "type": "module", - "version": "1.1.0", + "version": "1.2.0", "repository": "azat-io/todoctor", "author": "Azat S. ", "license": "MIT",