From 58657a1688957eefcf20d58ba6efaec37bab62f0 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Thu, 18 Mar 2021 22:42:15 +0000 Subject: [PATCH] 1.0.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 43b9755..175073a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "kill-the-newsletter", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "@leafac/css": "^0.0.1", diff --git a/package.json b/package.json index 37ddbe3..6afafad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kill-the-newsletter", - "version": "1.0.0", + "version": "1.0.1", "description": "Convert email newsletters into Atom feeds", "main": "lib/index.js", "types": "lib/index.d.ts",