We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1063a commit df2e078Copy full SHA for df2e078
changelog.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v1.3.2
5
+
6
+[compare changes](https://github.com/azat-io/todoctor/compare/v1.3.1...v1.3.2)
7
8
+### 🐞 Bug Fixes
9
10
+- Fix months argument name ([2335d0e](https://github.com/azat-io/todoctor/commit/2335d0e))
11
12
+### ❤️ Contributors
13
14
+- Azat S. ([@azat-io](http://github.com/azat-io))
15
16
## v1.3.1
17
18
[compare changes](https://github.com/azat-io/todoctor/compare/v1.3.0...v1.3.1)
package.json
@@ -1,6 +1,6 @@
{
"name": "todoctor",
- "version": "1.3.1",
+ "version": "1.3.2",
"description": "CLI tool to analyze and report TODO comments in JavaScript and TypeScript Git repositories",
"keywords": [
"analysis",
0 commit comments