diff --git a/changelog.md b/changelog.md index ad6ef2c..aa39233 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,18 @@ # Changelog +## v1.3.0 + +[compare changes](https://github.com/azat-io/todoctor/compare/v1.2.0...v1.3.0) + +### 🚀 Features + +- Split binaries into multiple packages ([059f104](https://github.com/azat-io/todoctor/commit/059f104)) + +### ❤️ Contributors + +- Azat S. ([@azat-io](http://github.com/azat-io)) + ## v1.2.0 [compare changes](https://github.com/azat-io/todoctor/compare/v1.1.0...v1.2.0) diff --git a/package.json b/package.json index 9e8a019..e576e6b 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.2.0", + "version": "1.3.0", "repository": "azat-io/todoctor", "author": "Azat S. ", "license": "MIT",