From df6f0e55042679e9cf778a488a3f8b1045edaa1e Mon Sep 17 00:00:00 2001 From: jfcere Date: Sun, 7 Nov 2021 22:31:58 -0500 Subject: [PATCH] 13.0.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 f757d671..e8d7688b 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "ngx-markdown", - "version": "13.0.0-beta.0", + "version": "13.0.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 f1f6ca1d..c87b6b35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-markdown", - "version": "13.0.0-beta.0", + "version": "13.0.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 2a8073e6..3f22cb96 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6192,7 +6192,7 @@ ng-packagr@^13.0.3: esbuild "^0.13.0" "ngx-markdown@file:./lib": - version "13.0.0-beta.0" + version "13.0.0" dependencies: "@types/marked" "^2.0.0" emoji-toolkit "^6.6.0"