Skip to content

Commit

Permalink
build: publish v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Nov 3, 2024
1 parent 706c3c8 commit 869a568
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog


## v1.3.0

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

### 🚀 Features

- Split binaries into multiple packages ([706c3c8](https://github.com/azat-io/todoctor/commit/706c3c8))

### ❤️ Contributors

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

## v1.2.0

[compare changes](https://github.com/azat-io/todoctor/compare/v1.1.0...v1.2.0)
Expand Down
14 changes: 7 additions & 7 deletions 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.2.0",
"version": "1.3.0",
"repository": "azat-io/todoctor",
"author": "Azat S. <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -67,11 +67,11 @@
"./dist"
],
"optionalDependencies": {
"@todoctor/darwin-arm64": "^1.2.0",
"@todoctor/darwin-x64": "^1.2.0",
"@todoctor/linux-arm64": "^1.2.0",
"@todoctor/linux-x64": "^1.2.0",
"@todoctor/win32-x64": "^1.2.0"
"@todoctor/darwin-arm64": "^1.3.0",
"@todoctor/darwin-x64": "^1.3.0",
"@todoctor/linux-arm64": "^1.3.0",
"@todoctor/linux-x64": "^1.3.0",
"@todoctor/win32-x64": "^1.3.0"
},
"devDependencies": {
"@azat-io/eslint-config-typescript": "^1.10.0",
Expand Down Expand Up @@ -128,4 +128,4 @@
"vite-plugin-mock-dev-server": "^1.8.0",
"vite-plugin-singlefile": "^2.0.2"
}
}
}

0 comments on commit 869a568

Please sign in to comment.