Skip to content

Commit 32fa3a0

Browse files
committedDec 6, 2024·
v3.40.1
1 parent 973e928 commit 32fa3a0

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v3.40.1 - 2024-12-06
44

55
- Fixed a security issue in `git-urls` by switching to the maintained fork `chainguard-dev/git-urls` (#1917 by
66
@AlekSi).

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@go-task/cli",
3-
"version": "3.40.0",
3+
"version": "3.40.1",
44
"description": "A task runner / simpler Make alternative written in Go",
55
"scripts": {
66
"postinstall": "go-npm install",

‎website/docs/changelog.mdx

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ sidebar_position: 14
55

66
# Changelog
77

8+
## v3.40.1 - 2024-12-06
9+
10+
- Fixed a security issue in `git-urls` by switching to the maintained fork `chainguard-dev/git-urls` (#1917 by
11+
@AlekSi).
12+
- Added missing `platforms` property to `cmds` that use `for` (#1915 by @dkarter).
13+
- Added misspell linter to check for misspelled English words (#1883 by @christiandins).
14+
815
## v3.40.0 - 2024-11-05
916

1017
- Fixed output of some functions (e.g. `splitArgs`/`splitLines`) not working in

‎website/versioned_docs/version-latest/changelog.mdx

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ sidebar_position: 14
55

66
# Changelog
77

8+
## v3.40.1 - 2024-12-06
9+
10+
- Fixed a security issue in `git-urls` by switching to the maintained fork `chainguard-dev/git-urls` (#1917 by
11+
@AlekSi).
12+
- Added missing `platforms` property to `cmds` that use `for` (#1915 by @dkarter).
13+
- Added misspell linter to check for misspelled English words (#1883 by @christiandins).
14+
815
## v3.40.0 - 2024-11-05
916

1017
- Fixed output of some functions (e.g. `splitArgs`/`splitLines`) not working in

0 commit comments

Comments
 (0)
Please sign in to comment.