diff --git a/CHANGELOG.md b/CHANGELOG.md index 439efa54..c6eba66a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v3.40.1 - 2024-12-06 - Fixed a security issue in `git-urls` by switching to the maintained fork `chainguard-dev/git-urls` (#1917 by @AlekSi). diff --git a/package-lock.json b/package-lock.json index d8d92249..b0fe77bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@go-task/cli", - "version": "3.40.0", + "version": "3.40.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index ccbfe40a..54263e8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@go-task/cli", - "version": "3.40.0", + "version": "3.40.1", "description": "A task runner / simpler Make alternative written in Go", "scripts": { "postinstall": "go-npm install", diff --git a/website/docs/changelog.mdx b/website/docs/changelog.mdx index 4db6e740..7f17d975 100644 --- a/website/docs/changelog.mdx +++ b/website/docs/changelog.mdx @@ -5,6 +5,13 @@ sidebar_position: 14 # Changelog +## v3.40.1 - 2024-12-06 + +- Fixed a security issue in `git-urls` by switching to the maintained fork `chainguard-dev/git-urls` (#1917 by + @AlekSi). +- Added missing `platforms` property to `cmds` that use `for` (#1915 by @dkarter). +- Added misspell linter to check for misspelled English words (#1883 by @christiandins). + ## v3.40.0 - 2024-11-05 - Fixed output of some functions (e.g. `splitArgs`/`splitLines`) not working in diff --git a/website/versioned_docs/version-latest/changelog.mdx b/website/versioned_docs/version-latest/changelog.mdx index 4db6e740..7f17d975 100644 --- a/website/versioned_docs/version-latest/changelog.mdx +++ b/website/versioned_docs/version-latest/changelog.mdx @@ -5,6 +5,13 @@ sidebar_position: 14 # Changelog +## v3.40.1 - 2024-12-06 + +- Fixed a security issue in `git-urls` by switching to the maintained fork `chainguard-dev/git-urls` (#1917 by + @AlekSi). +- Added missing `platforms` property to `cmds` that use `for` (#1915 by @dkarter). +- Added misspell linter to check for misspelled English words (#1883 by @christiandins). + ## v3.40.0 - 2024-11-05 - Fixed output of some functions (e.g. `splitArgs`/`splitLines`) not working in