Skip to content

Commit 01594fe

Browse files
committed
release: update to version 0.30.6
1 parent b509851 commit 01594fe

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22

33
# Task Keeper Changelog
44

5+
## [0.30.6] - 2025-10-14
6+
7+
- Add `jake`, `grunt`, `gulp` support for JS/TS project
8+
59
## [0.30.5] - 2025-10-11
610

711
- Make bun as default JS/TS engine if no engine assigned for code block
812

913
## [0.30.4] - 2025-09-29
1014

1115
- Update to just 1.43.0
12-
- Update to maven-wrapper-plugin 3.3.4
16+
- Update to maven-wrapper-plugin 3.3.4
1317

1418
## [0.30.3] - 2025-08-30
1519

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "task-keeper"
3-
version = "0.30.5"
3+
version = "0.30.6"
44
edition = "2021"
55
authors = ["linux_china <[email protected]>"]
66
description = "Task keeper to manage tasks from different task runners"
@@ -40,7 +40,7 @@ error-stack = "0.6"
4040
dotenvx-rs = "0.4.25"
4141
shlex = "1.3"
4242
cfg-if = "1"
43-
uuid = { version = "1.18", features = ["v4","v7"] }
43+
uuid = { version = "1.18", features = ["v4", "v7"] }
4444
logos = "0.15"
4545
shell-escape = "0.1"
4646
bytecount = "0.6.9"

0 commit comments

Comments
 (0)