From a447563157acafa9a9761cca1fa69d4a27605bb6 Mon Sep 17 00:00:00 2001 From: Manuel Puyol Date: Fri, 15 Oct 2021 14:08:10 -0500 Subject: [PATCH] 1.1.0 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d4ad42..2d44f96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@github/paste-markdown", - "version": "1.0.4", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { @@ -8205,4 +8205,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 7095d18..b749daa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@github/paste-markdown", - "version": "1.0.4", + "version": "1.1.0", "description": "Paste spreadsheet cells as a Markdown table.", "repository": "github/paste-markdown", "main": "dist/index.umd.js", @@ -40,4 +40,4 @@ "rollup-plugin-typescript2": "^0.30.0", "typescript": "^4.4.3" } -} \ No newline at end of file +}