We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ea934 commit 8504228Copy full SHA for 8504228
changelog.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v1.3.4
5
+
6
+[compare changes](https://github.com/azat-io/todoctor/compare/v1.3.3...v1.3.4)
7
8
+### 🐞 Bug Fixes
9
10
+- Fix submodule resolving ([14ea934](https://github.com/azat-io/todoctor/commit/14ea934))
11
12
+### ❤️ Contributors
13
14
+- Azat S. ([@azat-io](http://github.com/azat-io))
15
16
## v1.3.3
17
18
[compare changes](https://github.com/azat-io/todoctor/compare/v1.3.2...v1.3.3)
package.json
@@ -1,6 +1,6 @@
{
"name": "todoctor",
- "version": "1.3.3",
+ "version": "1.3.4",
"description": "CLI tool to analyze and report TODO comments in JavaScript and TypeScript Git repositories",
"keywords": [
"analysis",
0 commit comments