Skip to content

Commit

Permalink
build: publish v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Nov 3, 2024
1 parent 9081795 commit 8969970
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog


## v1.2.0

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

### 🚀 Features

- Add csv output format ([c0ad6e6](https://github.com/azat-io/todoctor/commit/c0ad6e6))

### 🏎 Performance Improvements

- Process only modified files when traversing history ([49f285e](https://github.com/azat-io/todoctor/commit/49f285e))

### 🐞 Bug Fixes

- Fix short variant of output format command ([4cea228](https://github.com/azat-io/todoctor/commit/4cea228))
- Create directory for json output ([f15a43b](https://github.com/azat-io/todoctor/commit/f15a43b))

### ❤️ Contributors

- Azat S. ([@azat-io](https://github.com/azat-io))

## v1.1.0

[compare changes](https://github.com/azat-io/todoctor/compare/v1.0.0...v1.1.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "todoctor",
"description": "CLI tool to analyze and report TODO comments in JavaScript and TypeScript Git repositories",
"type": "module",
"version": "1.1.0",
"version": "1.2.0",
"repository": "azat-io/todoctor",
"author": "Azat S. <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 8969970

Please sign in to comment.