We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fbdaf1 commit 070f2aaCopy full SHA for 070f2aa
2 files changed
changelog.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v0.1.6
5
+
6
+[compare changes](https://github.com/azat-io/todoctor/compare/v0.1.5...v0.1.6)
7
8
+### 🐞 Bug Fixes
9
10
+- Fix binary installation ([2fbdaf1](https://github.com/azat-io/todoctor/commit/2fbdaf1))
11
12
+### ❤️ Contributors
13
14
+- Azat S. ([@azat-io](http://github.com/azat-io))
15
16
## v0.1.5
17
18
[compare changes](https://github.com/azat-io/todoctor/compare/v0.1.4...v0.1.5)
package.json
@@ -2,7 +2,7 @@
"name": "todoctor",
"description": "CLI tool to track and visualize TODO comments in Git repositories",
"type": "module",
- "version": "0.1.5",
+ "version": "0.1.6",
"repository": "azat-io/todoctor",
"author": "Azat S. <to@azat.io>",
"license": "MIT",
0 commit comments