Skip to content

Commit

Permalink
17.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcere committed Nov 13, 2023
1 parent 8e621ca commit e3475e1
Show file tree
Hide file tree
Showing 4 changed files with 4 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.0.0">
<img alt="Dependency Status" src="https://img.shields.io/librariesio/release/npm/ngx-markdown/17.1.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.0.0",
"version": "17.1.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.0.0",
"version": "17.1.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 @@ -8795,7 +8795,7 @@ ng-packagr@^17.0.0:
esbuild "^0.19.0"

"ngx-markdown@file:lib":
version "17.0.0"
version "17.1.0"
dependencies:
tslib "^2.3.0"
optionalDependencies:
Expand Down

0 comments on commit e3475e1

Please sign in to comment.