From 3368e8c00e728ff9b4981d58f8f7e546caa1d0f1 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Mon, 31 Jul 2023 23:05:31 -0300 Subject: [PATCH] bump minor version because of the breaking change on publish() yes, I don't understand semver --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a486f3..9b5903c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nostr-tools", - "version": "1.13.2", + "version": "1.14.0", "description": "Tools for making a Nostr client.", "repository": { "type": "git",