From 59171b0fd94e0abdafde2c9bebe38d295508a0b9 Mon Sep 17 00:00:00 2001 From: Antoine Stevan <44101798+amtoine@users.noreply.github.com> Date: Sun, 21 Jul 2024 14:00:02 +0200 Subject: [PATCH] bump the `nu-hooks` package to `0.2.0` (#901) as per title ## changelog - "did you mean" improved in #811 - "nuenv" added in #889 - "startup times" added in #888 - "tookit" added in #888 --- nu-hooks/nupm.nuon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nu-hooks/nupm.nuon b/nu-hooks/nupm.nuon index a5ab776..1d98c2f 100644 --- a/nu-hooks/nupm.nuon +++ b/nu-hooks/nupm.nuon @@ -3,6 +3,6 @@ description: "Officially-supported hooks for Nushell" documentation: "https://github.com/nushell/nu_scripts/blob/main/README.md" license: "https://github.com/nushell/nu_scripts/blob/main/LICENSE" - version: 0.1.0 + version: 0.2.0 type: "module" }