Skip to content

Commit 9e811fe

Browse files
committed
build: publish v1.1.0
1 parent d9c50c3 commit 9e811fe

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+
## v1.1.0
5+
6+
[compare changes](https://github.com/azat-io/todoctor/compare/v1.0.0...v1.1.0)
7+
8+
### 🚀 Features
9+
10+
- Add output format option ([a7e9baa](https://github.com/azat-io/todoctor/commit/a7e9baa))
11+
- Format json output ([d9c50c3](https://github.com/azat-io/todoctor/commit/d9c50c3))
12+
13+
### ❤️ Contributors
14+
15+
- Azat S. ([@azat-io](http://github.com/azat-io))
16+
417
## v1.0.0
518

619
[compare changes](https://github.com/azat-io/todoctor/compare/v0.2.0...v1.0.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 track and visualize TODO comments in Git repositories",
44
"type": "module",
5-
"version": "1.0.0",
5+
"version": "1.1.0",
66
"repository": "azat-io/todoctor",
77
"author": "Azat S. <[email protected]>",
88
"license": "MIT",

0 commit comments

Comments
 (0)