From 63fed7eac2aae4320d0aec037155a1eb15b3a3bb Mon Sep 17 00:00:00 2001 From: fabianmoronzirfas Date: Tue, 17 Dec 2019 13:14:15 +0100 Subject: [PATCH] 0.4.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6aa609..ce3484b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "to-markdown-cli", - "version": "0.3.5", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b8d8f5a..b059dbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "to-markdown-cli", - "version": "0.3.5", + "version": "0.4.0", "description": "a little cli to turn html to markdown", "main": "dist/html2md.js", "scripts": {