From 29b6ee1a5a54661ca0332c709c00f8d554e2dcb5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Jan 2022 16:30:48 +0000 Subject: [PATCH] fnm: Update to version 1.29.2 --- bucket/fnm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/fnm.json b/bucket/fnm.json index 877412023f..82d1a96460 100644 --- a/bucket/fnm.json +++ b/bucket/fnm.json @@ -1,13 +1,13 @@ { - "version": "1.29.1", + "version": "1.29.2", "description": "Cross-platform Node.js version switcher", "homepage": "https://github.com/Schniz/fnm", "license": "GPL-3.0-only", "notes": "Don't forget to add \"fnm env --use-on-cd | Out-String | Invoke-Expression\" to your powershell profile.", "architecture": { "64bit": { - "url": "https://github.com/Schniz/fnm/releases/download/v1.29.1/fnm-windows.zip", - "hash": "a5f80a4a8c8186769020a20dbab166b820b421f2cf187b8934e1034d86411231" + "url": "https://github.com/Schniz/fnm/releases/download/v1.29.2/fnm-windows.zip", + "hash": "05dd2373c0dcc18d5042d0e803d8b45c0f5e09bc79e6f2e37f7893724d77df94" } }, "bin": "fnm.exe",