Skip to content

Commit 305db23

Browse files
committed
build: publish v1.3.0
1 parent 2a32e70 commit 305db23

File tree

3 files changed

+19
-23
lines changed

3 files changed

+19
-23
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.0
5+
6+
[compare changes](https://github.com/azat-io/todoctor/compare/v1.2.0...v1.3.0)
7+
8+
### 🚀 Features
9+
10+
- Split binaries into multiple packages ([2a32e70](https://github.com/azat-io/todoctor/commit/2a32e70))
11+
12+
### ❤️ Contributors
13+
14+
- Azat S. ([@azat-io](http://github.com/azat-io))
15+
416
## v1.2.0
517

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

package.json

Lines changed: 7 additions & 7 deletions
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.2.0",
5+
"version": "1.3.0",
66
"repository": "azat-io/todoctor",
77
"author": "Azat S. <[email protected]>",
88
"license": "MIT",
@@ -67,11 +67,11 @@
6767
"./dist"
6868
],
6969
"optionalDependencies": {
70-
"@todoctor/darwin-arm64": "^1.2.0",
71-
"@todoctor/darwin-x64": "^1.2.0",
72-
"@todoctor/linux-arm64": "^1.2.0",
73-
"@todoctor/linux-x64": "^1.2.0",
74-
"@todoctor/win32-x64": "^1.2.0"
70+
"@todoctor/darwin-arm64": "^1.3.0",
71+
"@todoctor/darwin-x64": "^1.3.0",
72+
"@todoctor/linux-arm64": "^1.3.0",
73+
"@todoctor/linux-x64": "^1.3.0",
74+
"@todoctor/win32-x64": "^1.3.0"
7575
},
7676
"devDependencies": {
7777
"@azat-io/eslint-config-typescript": "^1.10.0",
@@ -128,4 +128,4 @@
128128
"vite-plugin-mock-dev-server": "^1.8.0",
129129
"vite-plugin-singlefile": "^2.0.2"
130130
}
131-
}
131+
}

pnpm-lock.yaml

Lines changed: 0 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)