diff --git a/changelog.md b/changelog.md index aa39233..1f38a01 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,18 @@ # Changelog +## v1.3.1 + +[compare changes](https://github.com/azat-io/todoctor/compare/v1.3.0...v1.3.1) + +### 🏎 Performance Improvements + +- Enable link-time optimization ([5e3762a](https://github.com/azat-io/todoctor/commit/5e3762a)) + +### ❤️ Contributors + +- Azat S. ([@azat-io](http://github.com/azat-io)) + ## v1.3.0 [compare changes](https://github.com/azat-io/todoctor/compare/v1.2.0...v1.3.0) diff --git a/package.json b/package.json index 250db1a..e0bfd36 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.3.0", + "version": "1.3.1", "repository": "azat-io/todoctor", "author": "Azat S. ", "license": "MIT",