From 91b859533aa0c44defb8359e46a9b43ee9069fc4 Mon Sep 17 00:00:00 2001 From: hustcer Date: Tue, 30 Jul 2024 10:14:44 +0800 Subject: [PATCH] chore: bump version to 0.96.1 --- npm/app/package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/npm/app/package.json b/npm/app/package.json index 16a1ac6..b2beb37 100644 --- a/npm/app/package.json +++ b/npm/app/package.json @@ -1,11 +1,11 @@ { "name": "nushell", - "version": "0.96.0", + "version": "0.96.1", "bin": { "nu": "lib/index.js" }, "distTag": "latest", - "nuVer": "0.96.0", + "nuVer": "0.96.1", "license": "MIT", "description": "The official release of Nushell with default features included.", "keywords": [ @@ -41,14 +41,14 @@ "typescript": "^5.5.2" }, "optionalDependencies": { - "@nushell/windows-x64": "0.96.0", - "@nushell/windows-arm64": "0.96.0", - "@nushell/linux-x64": "0.96.0", - "@nushell/linux-riscv64": "0.96.0", - "@nushell/linux-arm64": "0.96.0", - "@nushell/linux-arm": "0.96.0", - "@nushell/darwin-x64": "0.96.0", - "@nushell/darwin-arm64": "0.96.0" + "@nushell/windows-x64": "0.96.1", + "@nushell/windows-arm64": "0.96.1", + "@nushell/linux-x64": "0.96.1", + "@nushell/linux-riscv64": "0.96.1", + "@nushell/linux-arm64": "0.96.1", + "@nushell/linux-arm": "0.96.1", + "@nushell/darwin-x64": "0.96.1", + "@nushell/darwin-arm64": "0.96.1" }, "engines": { "node": ">=20.0.0",