Skip to content

Commit

Permalink
11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcere committed Nov 26, 2020
1 parent 08f9cd9 commit d732ff3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-markdown",
"version": "11.0.0-beta.1",
"version": "11.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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-markdown",
"version": "11.0.0-beta.1",
"version": "11.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",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6553,7 +6553,7 @@ ng-packagr@^11.0.0:
terser "^5.0.0"

"ngx-markdown@file:./lib":
version "11.0.0-beta.0"
version "11.0.0"
dependencies:
"@types/marked" "^1.1.0"
emoji-toolkit "^6.0.1"
Expand Down

0 comments on commit d732ff3

Please sign in to comment.