Skip to content

Commit

Permalink
18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcere committed May 26, 2024
1 parent ec4b4da commit c3f2712
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<img alt="License" src="https://img.shields.io/npm/l/ngx-markdown.svg">
</a>
<br>
<img alt="Dependency Status" src="https://img.shields.io/librariesio/release/npm/ngx-markdown/17.2.0">
<img alt="Dependency Status" src="https://img.shields.io/librariesio/release/npm/ngx-markdown/18.0.0">
<a href="https://www.npmjs.com/package/ngx-markdown">
<img alt="Monthly Downloads" src="https://img.shields.io/npm/dm/ngx-markdown.svg">
</a>
Expand Down
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": "17.2.1",
"version": "18.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": "17.2.1",
"version": "18.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
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9322,7 +9322,7 @@ ng-packagr@^18.0.0:
rollup "^4.18.0"

"ngx-markdown@file:lib":
version "17.2.1"
version "18.0.0"
dependencies:
tslib "^2.3.0"
optionalDependencies:
Expand Down Expand Up @@ -12160,6 +12160,7 @@ wildcard@^2.0.0:
integrity sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==

"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
name wrap-ansi-cjs
version "7.0.0"
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
Expand Down

0 comments on commit c3f2712

Please sign in to comment.