From 79c01d105f8178e272577af68b4342c3d78c0e45 Mon Sep 17 00:00:00 2001 From: derekpierre Date: Wed, 4 Sep 2024 11:23:49 -0400 Subject: [PATCH] chore(release): release @nucypher/taco-auth:0.2.0 --- packages/shared/package.json | 2 +- packages/taco-auth/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/shared/package.json b/packages/shared/package.json index 71c96a45..fe8bcda0 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -12,7 +12,7 @@ "url": "https://github.com/nucypher/taco-web" }, "license": "GPL-3.0-only", - "author": "Piotr Roslaniec ", + "author": "NuCypher ", "exports": { ".": { "import": "./dist/es/index.js", diff --git a/packages/taco-auth/package.json b/packages/taco-auth/package.json index 4fadc2c0..f829e8eb 100644 --- a/packages/taco-auth/package.json +++ b/packages/taco-auth/package.json @@ -1,6 +1,6 @@ { "name": "@nucypher/taco-auth", - "version": "0.1.0", + "version": "0.2.0", "keywords": [ "pre", "threshold", @@ -12,7 +12,7 @@ "url": "https://github.com/nucypher/taco-web" }, "license": "GPL-3.0-only", - "author": "Piotr Roslaniec ", + "author": "NuCypher ", "exports": { ".": { "import": "./dist/es/index.js",