From 31a4721544f8f4deec4ee5da3a06249e3f2fde63 Mon Sep 17 00:00:00 2001 From: jfcere Date: Thu, 18 Feb 2021 20:12:30 -0500 Subject: [PATCH] 11.1.0 --- 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 130d7f8b..37e94d98 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "ngx-markdown", - "version": "11.1.0-beta.0", + "version": "11.1.0", "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 f1afd2fb..41c72bdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-markdown", - "version": "11.1.0-beta.0", + "version": "11.1.0", "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 0540fc81..70f7ff83 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6553,7 +6553,7 @@ ng-packagr@^11.0.0: terser "^5.0.0" "ngx-markdown@file:./lib": - version "11.1.0-beta.0" + version "11.1.0" dependencies: "@types/marked" "^1.2.2" emoji-toolkit "^6.0.1"