Skip to content

Commit

Permalink
Bump version to 5.4.1 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve McKinney authored Jun 18, 2020
1 parent 8a457b7 commit 14b49c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,11 @@ convert(delta, formats, { blockTag: 'FIGURE', inlineTag: 'INS' });

## Changelog

- `5.4.1` Update dev dependencies to address security vulnerabilities
- `5.4.0` Update jsdom and lodash dependencies
- `5.3.0` Adds support for Pym.js component
- `5.2.0` Adds Tools component for This Old House
- `5.1.0` Adds Project Details component for This Old House
- `5.3.0` Add support for Pym.js component
- `5.2.0` Add Tools component for This Old House
- `5.1.0` Add Project Details component for This Old House
- `5.0.1` Update to rendered `class` names for drop caps
- `5.0.0` Move opinionated export formats from content-api to convert-rich-text.
- `4.0.0` Bump node version requirements, update object format to match Quill, move repo to voxmedia fork
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": "convert-rich-text",
"version": "5.4.0",
"version": "5.4.1",
"description": "Convert an insert-only rich-text delta into HTML",
"main": "index.js",
"browser": "browser.js",
Expand Down

0 comments on commit 14b49c8

Please sign in to comment.