From 88b9b44672beb954dd114f85ca1888e9d16b5e7c Mon Sep 17 00:00:00 2001 From: jfcere Date: Tue, 18 Aug 2020 20:36:52 -0400 Subject: [PATCH] 10.1.1 --- lib/package.json | 2 +- package.json | 2 +- yarn.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/package.json b/lib/package.json index 263d1db9..39fae534 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "ngx-markdown", - "version": "10.1.0", + "version": "10.1.1", "description": "Angular library that uses marked to parse markdown to html combined with Prism.js for synthax highlights", "homepage": "https://github.com/jfcere/ngx-markdown", "license": "MIT", diff --git a/package.json b/package.json index 57676b9d..84a07008 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-markdown", - "version": "10.1.0", + "version": "10.1.1", "description": "Angular library that uses marked to parse markdown to html combined with Prism.js for synthax highlights", "homepage": "https://github.com/jfcere/ngx-markdown", "license": "MIT", diff --git a/yarn.lock b/yarn.lock index e7406a4d..5e499def 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6473,7 +6473,7 @@ ng-packagr@~10.0.0: update-notifier "^4.0.0" "ngx-markdown@file:./lib": - version "10.1.0" + version "10.1.1" dependencies: "@types/marked" "^1.1.0" emoji-toolkit "^6.0.1"