We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec574c commit 588a3c2Copy full SHA for 588a3c2
2 files changed
changelog.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v1.4.0
5
+
6
+[compare changes](https://github.com/azat-io/todoctor/compare/v1.3.5...v1.4.0)
7
8
+### 🚀 Features
9
10
+- Update oxc ([fa4bf08](https://github.com/azat-io/todoctor/commit/fa4bf08))
11
12
+### ❤️ Contributors
13
14
+- Azat S. ([@azat-io](https://github.com/azat-io))
15
16
## v1.3.5
17
18
[compare changes](https://github.com/azat-io/todoctor/compare/v1.3.4...v1.3.5)
package.json
@@ -1,6 +1,6 @@
{
"name": "todoctor",
- "version": "1.3.5",
+ "version": "1.4.0",
"description": "CLI tool to analyze and report TODO comments in JavaScript and TypeScript Git repositories",
"keywords": [
"analysis",
0 commit comments