From d3022d34a4ea5eb8d4edf9bcd231d51966248e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C4=8C=C3=AD=C5=BEek?= Date: Tue, 29 Jun 2021 18:05:19 +0200 Subject: [PATCH] 7.1.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 4221953b..739aa476 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "turndown", - "version": "7.1.0", + "version": "7.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "7.1.0", + "version": "7.1.1", "license": "MIT", "dependencies": { "domino": "^2.1.6" diff --git a/package.json b/package.json index 5859246e..7f939581 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "turndown", "description": "A library that converts HTML to Markdown", - "version": "7.1.0", + "version": "7.1.1", "author": "Dom Christie", "main": "lib/turndown.cjs.js", "module": "lib/turndown.es.js",