Skip to content

Commit

Permalink
chore(master): release 7.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 17, 2022
1 parent 7ae3807 commit 3695591
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

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

### [7.0.4](https://github.com/Fdawgs/docsmith/compare/v7.0.3...v7.0.4) (2022-05-17)


### Bug Fixes

* **server:** do not transform 503 http err into 500 http err response ([84b7b24](https://github.com/Fdawgs/docsmith/commit/84b7b24ebdddfacf9719f77a76ec09ff3928738f))


### Documentation

* update deployment steps to use `npm ci` ([2c522c5](https://github.com/Fdawgs/docsmith/commit/2c522c538da33725564b0fdfe2d2f32477cae9a3))


### Miscellaneous

* **.eslintrc:** enable `plugin:jest/style` rules ([#822](https://github.com/Fdawgs/docsmith/issues/822)) ([f3bf60a](https://github.com/Fdawgs/docsmith/commit/f3bf60a9dd94a5bbd40295d55dad87d772366d70))
* **.github/codeql-config:** remove quotation marks ([b137e33](https://github.com/Fdawgs/docsmith/commit/b137e3393d6ecd33694ef2dbd500e58e71425339))
* **bug_report:** use node 18 as placeholder for `node-version` ([db2aab8](https://github.com/Fdawgs/docsmith/commit/db2aab8231c85977dee003ac3fb8e1ea0e1d988b))
* **server:** use optional chaining for error message logging ([0bb745e](https://github.com/Fdawgs/docsmith/commit/0bb745e0299c05455a5e0c40a8515fcc28705fb3))


### Continuous Integration

* **automerge:** fix context ([7ae3807](https://github.com/Fdawgs/docsmith/commit/7ae3807a25f489831a220faf52e8428880ea329c))
* check `user.login` is dependabot instead of `actor` ([45bdf1b](https://github.com/Fdawgs/docsmith/commit/45bdf1b8bbb5e011480372398855816ee4555161))
* **ci:** require `unit-tests` job to pass for `save-pr-number` job to run ([218ac5f](https://github.com/Fdawgs/docsmith/commit/218ac5f619cbd805fabf20b55a906d516ea26bfe))
* **ci:** use `lts/*` for node setup in lint job ([9200b27](https://github.com/Fdawgs/docsmith/commit/9200b273e65cc9fe53a317e3e10455bfa947f72b))
* **ci:** use `node-version` for node matrix key ([805c13e](https://github.com/Fdawgs/docsmith/commit/805c13e30df277e981c5096879a65b3c04397680))
* **codeql:** only run on pr changes to `.html`, `.js`, and `.yml` files ([9c9ca6c](https://github.com/Fdawgs/docsmith/commit/9c9ca6c32a58212e85e4c04cc6c727609f61a9cf))
* **codeql:** resolve missing analyses ([e25810f](https://github.com/Fdawgs/docsmith/commit/e25810f02d43ae714dd4b0413a4355e554af5da7))
* **codeql:** specify which files to scan during analysis ([980aa48](https://github.com/Fdawgs/docsmith/commit/980aa48eb063387d35bbe2a0ad1bdaa7bfcfb4d1))

### [7.0.3](https://github.com/Fdawgs/docsmith/compare/v7.0.2...v7.0.3) (2022-05-04)


Expand Down
4 changes: 2 additions & 2 deletions 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": "7.0.3",
"version": "7.0.4",
"description": "RESTful API for converting clinical documents and files",
"main": "src/app.js",
"repository": "git+https://github.com/Fdawgs/docsmith.git",
Expand Down

0 comments on commit 3695591

Please sign in to comment.