Skip to content

Commit

Permalink
chore(master): release 10.0.5 (#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 11, 2023
1 parent 7ee87e8 commit c37fc27
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

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

## [10.0.5](https://github.com/Fdawgs/docsmith/compare/v10.0.4...v10.0.5) (2023-02-08)


### Bug Fixes

* **routes:** only add 401 response to schema when auth enabled ([#1231](https://github.com/Fdawgs/docsmith/issues/1231)) ([7ee87e8](https://github.com/Fdawgs/docsmith/commit/7ee87e8ecb99d36b6b4c624422104e41ca52703a))


### Dependencies

* **.dockerignore:** add dist temp dir ([c64c86b](https://github.com/Fdawgs/docsmith/commit/c64c86b6f43a95dd883b8945f352539d9abfa5c7))
* **docker:** create temp dir in correct parent dir ([9441c14](https://github.com/Fdawgs/docsmith/commit/9441c14465dfaa7e096cfd236d1301fb35deaeb3))


### Documentation

* **readme:** clarify source ([d0a4552](https://github.com/Fdawgs/docsmith/commit/d0a4552f185d6497ada945a2723940eeefe1462f))


### Improvements

* **plugins:** replace xml plugin with dedicated dependency ([#1230](https://github.com/Fdawgs/docsmith/issues/1230)) ([b0d982f](https://github.com/Fdawgs/docsmith/commit/b0d982f434226f154887d2c73131d1cc2e799ff7))

## [10.0.4](https://github.com/Fdawgs/docsmith/compare/v10.0.3...v10.0.4) (2023-02-01)


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": "10.0.4",
"version": "10.0.5",
"description": "RESTful API for converting clinical documents and files",
"main": "dist/app.js",
"repository": "git+https://github.com/Fdawgs/docsmith.git",
Expand Down

0 comments on commit c37fc27

Please sign in to comment.