Skip to content

Commit a994496

Browse files
committed
build: publish v1.3.1
1 parent 1dd3531 commit a994496

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

4+
## v1.3.1
5+
6+
[compare changes](https://github.com/azat-io/todoctor/compare/v1.3.0...v1.3.1)
7+
8+
### 🏎 Performance Improvements
9+
10+
- Enable link-time optimization ([5e3762a](https://github.com/azat-io/todoctor/commit/5e3762a))
11+
12+
### ❤️ Contributors
13+
14+
- Azat S. ([@azat-io](http://github.com/azat-io))
15+
416
## v1.3.0
517

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

package.json

Lines changed: 1 addition & 1 deletion
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.3.0",
5+
"version": "1.3.1",
66
"repository": "azat-io/todoctor",
77
"author": "Azat S. <[email protected]>",
88
"license": "MIT",

0 commit comments

Comments
 (0)