mirror of
				https://github.com/go-task/task.git
				synced 2025-10-30 23:58:01 +02:00 
			
		
		
		
	v3.40.1
This commit is contained in:
		| @@ -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). | ||||
|   | ||||
							
								
								
									
										2
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "@go-task/cli", | ||||
|   "version": "3.40.0", | ||||
|   "version": "3.40.1", | ||||
|   "lockfileVersion": 2, | ||||
|   "requires": true, | ||||
|   "packages": { | ||||
|   | ||||
| @@ -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", | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user