Skip to content

Commit

Permalink
chore: release 2.3.0 (#223)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 11, 2021
1 parent e32d815 commit 98a6900
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file.

## [2.3.0](https://www.github.com/Fdawgs/docsmith/compare/v2.2.2...v2.3.0) (2021-06-11)


### Features

* **routes/rtf/html:** add `removeAlt` query string param ([#222](https://www.github.com/Fdawgs/docsmith/issues/222)) ([08a9c02](https://www.github.com/Fdawgs/docsmith/commit/08a9c0204c91325577aa5424e729a54aeda05787))
* **server:** add content-encoding support ([4b03b8e](https://www.github.com/Fdawgs/docsmith/commit/4b03b8ed2624f416530b848400900e5fc09c6330))


### Bug Fixes

* **plugins:** return full serialization of HTML document ([#219](https://www.github.com/Fdawgs/docsmith/issues/219)) ([f924996](https://www.github.com/Fdawgs/docsmith/commit/f92499654794aac52915ee200d4e74829bea220e))


### Miscellaneous

* **routes:** chain `.register()` functions ([7fd53f8](https://www.github.com/Fdawgs/docsmith/commit/7fd53f856fe62c36540cedc285362e605dce430c))

### [2.2.2](https://www.github.com/Fdawgs/docsmith/compare/v2.2.1...v2.2.2) (2021-06-09)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docsmith",
"version": "2.2.2",
"version": "2.3.0",
"description": "RESTful API for converting clinical documents/files",
"main": "src/app.js",
"repository": "git+https://github.com/Fdawgs/docsmith.git",
Expand Down

0 comments on commit 98a6900

Please sign in to comment.