Skip to content

Commit

Permalink
chore(main): release 10.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 18, 2023
1 parent b70b961 commit 83e5052
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

## [10.0.14](https://github.com/Fdawgs/docsmith/compare/v10.0.13...v10.0.14) (2023-04-18)


### Dependencies

* **docker:** remove htmltidy2 win32 and macos binaries ([#1415](https://github.com/Fdawgs/docsmith/issues/1415)) ([93a3bae](https://github.com/Fdawgs/docsmith/commit/93a3baeef0bd9e03315418f5e0da149ff27997a6))
* **docker:** remove htmltidy2 win64 binaries ([#1417](https://github.com/Fdawgs/docsmith/issues/1417)) ([6dbd911](https://github.com/Fdawgs/docsmith/commit/6dbd911f7939bd1144f2d2bbc365117fd3c14ccf))


### Improvements

* **plugins:** replace `RegExp.test()` with `String.includes()` ([#1418](https://github.com/Fdawgs/docsmith/issues/1418)) ([031848b](https://github.com/Fdawgs/docsmith/commit/031848bae0732f74828ab1d307e45cea0914af0e))
* **server:** replace json parse stringify with `structuredClone()` ([#1419](https://github.com/Fdawgs/docsmith/issues/1419)) ([06c1814](https://github.com/Fdawgs/docsmith/commit/06c1814f3ac96a9b5453adf100b3e2ee800f40eb))


### Documentation

* **readme:** correct name ([b70b961](https://github.com/Fdawgs/docsmith/commit/b70b9613e70dacaede72542c37c5cc103af225f9))

## [10.0.13](https://github.com/Fdawgs/docsmith/compare/v10.0.12...v10.0.13) (2023-04-04)


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.13",
"version": "10.0.14",
"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 83e5052

Please sign in to comment.