From 98f72247df3b92399b7071ffe724bf5b134e1e2e Mon Sep 17 00:00:00 2001 From: andreamah Date: Tue, 21 Nov 2023 09:44:55 -0800 Subject: [PATCH] bump to 1.15.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 136b703..709129a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vscode/ripgrep", - "version": "1.15.8", + "version": "1.15.9", "description": "A module for using ripgrep in a Node project", "main": "lib/index.js", "typings": "lib/index.d.ts",