Skip to content

Commit 6803f29

Browse files
authored
chore(release): v0.13.0-rc.12 (#1738)
Signed-off-by: Ian Lewis <ian@ianlewis.org>
1 parent 96e7e07 commit 6803f29

8 files changed

Lines changed: 17 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ All notable changes will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [`0.13.0`] - 2025-05-18
8+
## [`0.13.0-rc.12`] - 2025-05-18
99

10-
### Added in `0.13.0`
10+
### Added in `0.13.0-rc.12`
1111

1212
- Support was added for the [Nix language](https://nix.dev/)
1313
([#1653](https://github.com/ianlewis/todos/issues/1653)).
@@ -38,7 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3838
docker run --rm -t -v $(pwd):/src ghcr.io/ianlewis/todos /src
3939
```
4040

41-
### Changed in `0.13.0`
41+
### Changed in `0.13.0-rc.12`
4242

4343
- **BREAKING CHANGE:** `todos` now returns an exit status of 1 when TODOs are
4444
found ([#1657](https://github.com/ianlewis/todos/issues/1657)).
@@ -282,4 +282,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
282282
[`0.10.0`]: https://github.com/ianlewis/todos/releases/tag/v0.10.0
283283
[`0.11.0`]: https://github.com/ianlewis/todos/releases/tag/v0.11.0
284284
[`0.12.0`]: https://github.com/ianlewis/todos/releases/tag/v0.12.0
285-
[`0.13.0`]: https://github.com/ianlewis/todos/releases/tag/v0.13.0
285+
[`0.13.0-rc.12`]: https://github.com/ianlewis/todos/releases/tag/v0.13.0-rc.12

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ianlewis/todos",
33
"description": "Parse TODO and FIXME comments from code",
44
"homepage": "https://github.com/ianlewis/todos#readme",
5-
"version": "0.13.0-rc.10",
5+
"version": "0.13.0-rc.12",
66
"license": "Apache-2.0",
77
"author": {
88
"name": "Ian Lewis",
@@ -27,12 +27,12 @@
2727
"LICENSE"
2828
],
2929
"optionalDependencies": {
30-
"@ianlewis/todos-darwin-amd64": "0.13.0-rc.10",
31-
"@ianlewis/todos-darwin-arm64": "0.13.0-rc.10",
32-
"@ianlewis/todos-linux-amd64": "0.13.0-rc.10",
33-
"@ianlewis/todos-linux-arm64": "0.13.0-rc.10",
34-
"@ianlewis/todos-windows-amd64": "0.13.0-rc.10",
35-
"@ianlewis/todos-windows-arm64": "0.13.0-rc.10"
30+
"@ianlewis/todos-darwin-amd64": "0.13.0-rc.12",
31+
"@ianlewis/todos-darwin-arm64": "0.13.0-rc.12",
32+
"@ianlewis/todos-linux-amd64": "0.13.0-rc.12",
33+
"@ianlewis/todos-linux-arm64": "0.13.0-rc.12",
34+
"@ianlewis/todos-windows-amd64": "0.13.0-rc.12",
35+
"@ianlewis/todos-windows-arm64": "0.13.0-rc.12"
3636
},
3737
"devDependencies": {
3838
"dictionary-en": "4.0.0",

packages/todos-darwin-amd64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ianlewis/todos-darwin-amd64",
33
"description": "Parse TODO and FIXME comments from code",
44
"homepage": "https://github.com/ianlewis/todos#readme",
5-
"version": "0.13.0-rc.10",
5+
"version": "0.13.0-rc.12",
66
"license": "Apache-2.0",
77
"author": {
88
"name": "Ian Lewis",

packages/todos-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ianlewis/todos-darwin-arm64",
33
"description": "Parse TODO and FIXME comments from code",
44
"homepage": "https://github.com/ianlewis/todos#readme",
5-
"version": "0.13.0-rc.10",
5+
"version": "0.13.0-rc.12",
66
"license": "Apache-2.0",
77
"author": {
88
"name": "Ian Lewis",

packages/todos-linux-amd64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ianlewis/todos-linux-amd64",
33
"description": "Parse TODO and FIXME comments from code",
44
"homepage": "https://github.com/ianlewis/todos#readme",
5-
"version": "0.13.0-rc.10",
5+
"version": "0.13.0-rc.12",
66
"license": "Apache-2.0",
77
"author": {
88
"name": "Ian Lewis",

packages/todos-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ianlewis/todos-linux-arm64",
33
"description": "Parse TODO and FIXME comments from code",
44
"homepage": "https://github.com/ianlewis/todos#readme",
5-
"version": "0.13.0-rc.10",
5+
"version": "0.13.0-rc.12",
66
"license": "Apache-2.0",
77
"author": {
88
"name": "Ian Lewis",

packages/todos-windows-amd64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ianlewis/todos-windows-amd64",
33
"description": "Parse TODO and FIXME comments from code",
44
"homepage": "https://github.com/ianlewis/todos#readme",
5-
"version": "0.13.0-rc.10",
5+
"version": "0.13.0-rc.12",
66
"license": "Apache-2.0",
77
"author": {
88
"name": "Ian Lewis",

packages/todos-windows-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ianlewis/todos-windows-arm64",
33
"description": "Parse TODO and FIXME comments from code",
44
"homepage": "https://github.com/ianlewis/todos#readme",
5-
"version": "0.13.0-rc.10",
5+
"version": "0.13.0-rc.12",
66
"license": "Apache-2.0",
77
"author": {
88
"name": "Ian Lewis",

0 commit comments

Comments
 (0)