Skip to content

Commit 8969970

Browse files
committed
build: publish v1.2.0
1 parent 9081795 commit 8969970

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

changelog.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# Changelog
22

33

4+
## v1.2.0
5+
6+
[compare changes](https://github.com/azat-io/todoctor/compare/v1.1.0...v1.2.0)
7+
8+
### 🚀 Features
9+
10+
- Add csv output format ([c0ad6e6](https://github.com/azat-io/todoctor/commit/c0ad6e6))
11+
12+
### 🏎 Performance Improvements
13+
14+
- Process only modified files when traversing history ([49f285e](https://github.com/azat-io/todoctor/commit/49f285e))
15+
16+
### 🐞 Bug Fixes
17+
18+
- Fix short variant of output format command ([4cea228](https://github.com/azat-io/todoctor/commit/4cea228))
19+
- Create directory for json output ([f15a43b](https://github.com/azat-io/todoctor/commit/f15a43b))
20+
21+
### ❤️ Contributors
22+
23+
- Azat S. ([@azat-io](http://github.com/azat-io))
24+
425
## v1.1.0
526

627
[compare changes](https://github.com/azat-io/todoctor/compare/v1.0.0...v1.1.0)

package.json

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

0 commit comments

Comments
 (0)