Skip to content

Commit 1dc77aa

Browse files
committed
build: publish v0.2.0
1 parent 26bdf71 commit 1dc77aa

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

changelog.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Changelog
22

33

4+
## v0.2.0
5+
6+
[compare changes](https://github.com/azat-io/todoctor/compare/v0.1.12...v0.2.0)
7+
8+
### 🚀 Features
9+
10+
- Support include and exclude keywords options ([68027cb](https://github.com/azat-io/todoctor/commit/68027cb))
11+
- Add output directory option ([26bdf71](https://github.com/azat-io/todoctor/commit/26bdf71))
12+
13+
### ❤️ Contributors
14+
15+
- Azat S. ([@azat-io](http://github.com/azat-io))
16+
417
## v0.1.12
518

619
[compare changes](https://github.com/azat-io/todoctor/compare/v0.1.11...v0.1.12)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "todoctor",
33
"description": "CLI tool to track and visualize TODO comments in Git repositories",
44
"type": "module",
5-
"version": "0.1.12",
5+
"version": "0.2.0",
66
"repository": "azat-io/todoctor",
77
"author": "Azat S. <[email protected]>",
88
"license": "MIT",

0 commit comments

Comments
 (0)