mirror of
https://github.com/go-task/task.git
synced 2025-04-21 12:17:07 +02:00
v3.40.1
This commit is contained in:
parent
973e928c28
commit
32fa3a0156
@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# 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
|
- Fixed a security issue in `git-urls` by switching to the maintained fork `chainguard-dev/git-urls` (#1917 by
|
||||||
@AlekSi).
|
@AlekSi).
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@go-task/cli",
|
"name": "@go-task/cli",
|
||||||
"version": "3.40.0",
|
"version": "3.40.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@go-task/cli",
|
"name": "@go-task/cli",
|
||||||
"version": "3.40.0",
|
"version": "3.40.1",
|
||||||
"description": "A task runner / simpler Make alternative written in Go",
|
"description": "A task runner / simpler Make alternative written in Go",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "go-npm install",
|
"postinstall": "go-npm install",
|
||||||
|
@ -5,6 +5,13 @@ sidebar_position: 14
|
|||||||
|
|
||||||
# Changelog
|
# 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
|
## v3.40.0 - 2024-11-05
|
||||||
|
|
||||||
- Fixed output of some functions (e.g. `splitArgs`/`splitLines`) not working in
|
- Fixed output of some functions (e.g. `splitArgs`/`splitLines`) not working in
|
||||||
|
@ -5,6 +5,13 @@ sidebar_position: 14
|
|||||||
|
|
||||||
# Changelog
|
# 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
|
## v3.40.0 - 2024-11-05
|
||||||
|
|
||||||
- Fixed output of some functions (e.g. `splitArgs`/`splitLines`) not working in
|
- Fixed output of some functions (e.g. `splitArgs`/`splitLines`) not working in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user