Skip to content

Commit d22d745

Browse files
committed
12.0.0
1 parent bcc0d10 commit d22d745

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": "12.0.0-beta.0",
3+
"version": "12.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": "12.0.0-beta.0",
3+
"version": "12.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
@@ -6248,7 +6248,7 @@ ng-packagr@^12.0.0:
62486248
stylus "^0.54.8"
62496249

62506250
"ngx-markdown@file:./lib":
6251-
version "12.0.0-beta.0"
6251+
version "12.0.0"
62526252
dependencies:
62536253
"@types/marked" "^2.0.0"
62546254
emoji-toolkit "^6.5.0"

0 commit comments

Comments
 (0)