From e2db823f674cadb9e06efc5a41ef4877fd012224 Mon Sep 17 00:00:00 2001 From: Nael Shiab Date: Thu, 7 Nov 2024 15:25:15 -0500 Subject: [PATCH] v1.5.7 --- deno.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deno.json b/deno.json index ae18983..e879f38 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@nshiab/setup-sda", - "version": "1.5.6", + "version": "1.5.7", "exports": "./setup-sda.mjs", "tasks": { "patch": "deno run -A incrementVersion.js patch && npm publish", diff --git a/package.json b/package.json index 744788c..d198822 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-sda", - "version": "1.5.6", + "version": "1.5.7", "description": "Minimalist setup scripts for the JavaScript library simple-data-analysis.", "main": "setup-sda.mjs", "scripts": {