Skip to content

Commit 82d0510

Browse files
committed
14.0.0
1 parent d123699 commit 82d0510

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-markdown",
3-
"version": "14.0.0-beta.0",
3+
"version": "14.0.0",
44
"description": "Angular library that uses marked to parse markdown to html combined with Prism.js for synthax highlights",
55
"homepage": "https://github.com/jfcere/ngx-markdown",
66
"license": "MIT",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-markdown",
3-
"version": "14.0.0-beta.0",
3+
"version": "14.0.0",
44
"description": "Angular library that uses marked to parse markdown to html combined with Prism.js for synthax highlights",
55
"homepage": "https://github.com/jfcere/ngx-markdown",
66
"license": "MIT",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7108,7 +7108,7 @@ ng-packagr@^14.0.0:
71087108
esbuild "^0.14.29"
71097109

71107110
"ngx-markdown@file:./lib":
7111-
version "14.0.0-beta.0"
7111+
version "14.0.0"
71127112
dependencies:
71137113
"@types/marked" "^4.0.3"
71147114
clipboard "^2.0.11"

0 commit comments

Comments
 (0)