From 84bfddc25f98c7c637ed00b67fe4b6279f012835 Mon Sep 17 00:00:00 2001 From: Nael Shiab Date: Tue, 12 Nov 2024 10:21:29 -0500 Subject: [PATCH] v1.6.1 --- deno.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deno.json b/deno.json index c9d24e6..81b2c28 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@nshiab/setup-sda", - "version": "1.6.0", + "version": "1.6.1", "exports": "./setup-sda.mjs", "tasks": { "patch": "deno run -A incrementVersion.js patch && npm publish", diff --git a/package.json b/package.json index 0523f09..fd309e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-sda", - "version": "1.6.0", + "version": "1.6.1", "description": "Minimalist setup scripts for the JavaScript library simple-data-analysis.", "main": "setup-sda.mjs", "scripts": {