Skip to content

Commit f2f88f4

Browse files
committed
10.0.0
1 parent ca6db8f commit f2f88f4

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": "10.0.0-beta.0",
3+
"version": "10.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": "10.0.0-beta.0",
3+
"version": "10.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
@@ -6473,7 +6473,7 @@ ng-packagr@~10.0.0:
64736473
update-notifier "^4.0.0"
64746474

64756475
"ngx-markdown@file:./lib":
6476-
version "10.0.0-beta.0"
6476+
version "10.0.0"
64776477
dependencies:
64786478
"@types/marked" "^1.1.0"
64796479
emoji-toolkit "^5.5.0"

0 commit comments

Comments
 (0)