diff --git a/CHANGELOG.md b/CHANGELOG.md index f2471235..ccbb05bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.0.0-alpha.5](https://github.com/HospitalRun/hospitalrun-server/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (2020-11-07) + ## [2.0.0-alpha.4](https://github.com/HospitalRun/hospitalrun-server/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2020-09-28) ## [2.0.0-alpha.3](https://github.com/HospitalRun/hospitalrun-server/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2020-09-01) diff --git a/package.json b/package.json index 78155de5..7078087d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hospitalrun/server", - "version": "2.0.0-alpha.4", + "version": "2.0.0-alpha.5", "description": "HospitalRun Node.js server", "main": "dist", "repository": {