From 0f79b947fd67110c3ba6b90491b58a1144ba1bcf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 16:51:49 +0000 Subject: [PATCH] chore(master): release 9.1.4 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b0e56124..4ac493058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## [9.1.4](https://github.com/Fdawgs/docsmith/compare/v9.1.3...v9.1.4) (2022-11-09) + + +### Bug Fixes + +* **config:** physical cpu core counting ([#1110](https://github.com/Fdawgs/docsmith/issues/1110)) ([4b97e80](https://github.com/Fdawgs/docsmith/commit/4b97e80936048dda15366de0e3dfc89827fcbccc)) +* **routes:** add `HEAD` to cors allowed methods ([#1105](https://github.com/Fdawgs/docsmith/issues/1105)) ([ec5b850](https://github.com/Fdawgs/docsmith/commit/ec5b850ba1aaa22a34a68febe37a1ef204c60093)) + + +### Dependencies + +* **deps-dev:** remove @faker-js/faker ([#1108](https://github.com/Fdawgs/docsmith/issues/1108)) ([a1b24a7](https://github.com/Fdawgs/docsmith/commit/a1b24a7bc0b7c9552e75113b47956b1da82d9901)) +* **deps:** remove raw-body ([#1107](https://github.com/Fdawgs/docsmith/issues/1107)) ([5643cf1](https://github.com/Fdawgs/docsmith/commit/5643cf13bd4e2e851b445f6d8a29deafb172d2ed)) + ## [9.1.3](https://github.com/Fdawgs/docsmith/compare/v9.1.2...v9.1.3) (2022-11-01) diff --git a/package-lock.json b/package-lock.json index 80dbc4a6c..cefef0b68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "docsmith", - "version": "9.1.3", + "version": "9.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "docsmith", - "version": "9.1.3", + "version": "9.1.4", "license": "MIT", "dependencies": { "@fastify/accepts": "^4.0.1", diff --git a/package.json b/package.json index f2fca62fe..0a8d8d8ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docsmith", - "version": "9.1.3", + "version": "9.1.4", "description": "RESTful API for converting clinical documents and files", "main": "src/app.js", "repository": "git+https://github.com/Fdawgs/docsmith.git",