From 31f1e7b562022c53379dded77ddee416bc0fa68b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 22:13:52 +0000 Subject: [PATCH 01/19] build(deps): bump fastify-plugin from 1.6.1 to 2.0.0 Bumps [fastify-plugin](https://github.com/fastify/fastify-plugin) from 1.6.1 to 2.0.0. - [Release notes](https://github.com/fastify/fastify-plugin/releases) - [Commits](https://github.com/fastify/fastify-plugin/compare/v1.6.1...v2.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46d86eed..cbb66c39 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "fastify-helmet": "~3.0.2", "fastify-http-proxy": "~3.1.0", "fastify-no-icon": "~3.0.0", - "fastify-plugin": "~1.6.1", + "fastify-plugin": "~2.0.0", "make-promises-safe": "~5.1.0", "nano": "~8.2.1", "qs": "~6.9.1", From 4e6b8330978d6e50fe5192822019e2655385e841 Mon Sep 17 00:00:00 2001 From: Matteo Vivona Date: Tue, 1 Sep 2020 20:40:14 +0200 Subject: [PATCH 02/19] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f351748d..aea513da 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "make-promises-safe": "~5.1.0", "nano": "~8.2.1", "qs": "~6.9.1", - "require-from-string": "~2.0.2" + "require-from-string": "~2.0.2", "fastify-cors": "~4.1.0", "fastify-gql": "~5.6.0", "fastify-helmet": "~5.0.1", From 3e44d70e1482b8122b2b6bd1dcce1469ce7e35c5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2020 06:36:36 +0000 Subject: [PATCH 03/19] build(deps-dev): bump cz-conventional-changelog from 3.2.1 to 3.3.0 Bumps [cz-conventional-changelog](https://github.com/commitizen/cz-conventional-changelog) from 3.2.1 to 3.3.0. - [Release notes](https://github.com/commitizen/cz-conventional-changelog/releases) - [Commits](https://github.com/commitizen/cz-conventional-changelog/compare/v3.2.1...v3.3.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bcb074a0..dac255fd 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "commitizen": "~4.2.1", "commitlint-config-cz": "~0.13.0", "cross-env": "~7.0.0", - "cz-conventional-changelog": "~3.2.0", + "cz-conventional-changelog": "~3.3.0", "dotenv": "~8.2.0", "eslint": "~6.8.0", "eslint-config-prettier": "~6.11.0", From 359f67c32651cff85ab997d7c45f36050dc2525a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2020 06:40:53 +0000 Subject: [PATCH 04/19] build(deps): bump graphql-tools from 6.1.0 to 6.2.0 Bumps [graphql-tools](https://github.com/ardatan/graphql-tools) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/ardatan/graphql-tools/releases) - [Commits](https://github.com/ardatan/graphql-tools/compare/v6.1.0...v6.2.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bcb074a0..67795c22 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "fastify-gql": "~5.6.0", "fastify-helmet": "~5.0.1", "fastify-no-icon": "~4.0.0", - "graphql-tools": "~6.1.0" + "graphql-tools": "~6.2.0" }, "devDependencies": { "@commitlint/cli": "~9.1.2", From e513110ce754fb413e73481d9068bc261163e5b9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2020 06:44:12 +0000 Subject: [PATCH 05/19] build(deps-dev): bump @types/qs from 6.9.1 to 6.9.4 Bumps [@types/qs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/qs) from 6.9.1 to 6.9.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/qs) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bcb074a0..9a675054 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/glob": "~7.1.1", "@types/mkdirp": "~1.0.0", "@types/node": "~14.6.0", - "@types/qs": "6.9.1", + "@types/qs": "6.9.4", "@types/require-from-string": "~1.2.0", "@types/sade": "~1.7.0", "@types/tap": "~14.10.0", From 263cbd3b8cbd2bf808da75db3293619afc9d5866 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 06:24:29 +0000 Subject: [PATCH 06/19] build(deps-dev): bump lint-staged from 10.2.13 to 10.3.0 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.13 to 10.3.0. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v10.2.13...v10.3.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1fb43ca4..c855ceca 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "eslint-plugin-prettier": "~3.1.0", "glob": "~7.1.6", "husky": "~4.2.0", - "lint-staged": "~10.2.0", + "lint-staged": "~10.3.0", "mkdirp": "~1.0.3", "nodemon": "~2.0.0", "npm-run-all": "~4.1.5", From c301b71d66177f4e4fd91d26aa022b24455674e0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 22:33:40 +0000 Subject: [PATCH 07/19] build(deps-dev): bump husky from 4.2.5 to 4.3.0 Bumps [husky](https://github.com/typicode/husky) from 4.2.5 to 4.3.0. - [Release notes](https://github.com/typicode/husky/releases) - [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md) - [Commits](https://github.com/typicode/husky/compare/v4.2.5...v4.3.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c855ceca..34a78072 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "eslint-plugin-import": "~2.22.0", "eslint-plugin-prettier": "~3.1.0", "glob": "~7.1.6", - "husky": "~4.2.0", + "husky": "~4.3.0", "lint-staged": "~10.3.0", "mkdirp": "~1.0.3", "nodemon": "~2.0.0", From 1b09b07ece3f901e4078e44fd6a14aac2f512eae Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2020 06:37:44 +0000 Subject: [PATCH 08/19] build(deps): bump fastify-gql from 5.6.0 to 5.7.0 Bumps [fastify-gql](https://github.com/mcollina/fastify-gql) from 5.6.0 to 5.7.0. - [Release notes](https://github.com/mcollina/fastify-gql/releases) - [Commits](https://github.com/mcollina/fastify-gql/compare/v5.6.0...v5.7.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c855ceca..800b3f37 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "qs": "~6.9.1", "require-from-string": "~2.0.2", "fastify-cors": "~4.1.0", - "fastify-gql": "~5.6.0", + "fastify-gql": "~5.7.0", "fastify-helmet": "~5.0.1", "fastify-no-icon": "~4.0.0", "graphql-tools": "~6.2.0" From 3d506277d9585a049f321438be69999c818c3dd7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2020 06:25:41 +0000 Subject: [PATCH 09/19] build(deps-dev): bump @types/node from 14.6.4 to 14.10.1 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.6.4 to 14.10.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65a3a7b5..e34775f8 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@commitlint/prompt": "~9.1.1", "@types/glob": "~7.1.1", "@types/mkdirp": "~1.0.0", - "@types/node": "~14.6.0", + "@types/node": "~14.10.1", "@types/qs": "6.9.4", "@types/require-from-string": "~1.2.0", "@types/sade": "~1.7.0", From b7498ab0e07116b87e8cc3c08073eae85edd7d02 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2020 09:09:38 +0000 Subject: [PATCH 10/19] build(deps-dev): bump @commitlint/prompt from 9.1.2 to 11.0.0 Bumps [@commitlint/prompt](https://github.com/conventional-changelog/commitlint) from 9.1.2 to 11.0.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/compare/v9.1.2...v11.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e34775f8..e41376ac 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "devDependencies": { "@commitlint/cli": "~9.1.2", "@commitlint/config-conventional": "~9.1.1", - "@commitlint/prompt": "~9.1.1", + "@commitlint/prompt": "~11.0.0", "@types/glob": "~7.1.1", "@types/mkdirp": "~1.0.0", "@types/node": "~14.10.1", From e81d77b19e2ade2f318b6cb1db19678369684af1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2020 09:19:41 +0000 Subject: [PATCH 11/19] build(deps-dev): bump @commitlint/config-conventional Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint) from 9.1.2 to 11.0.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/compare/v9.1.2...v11.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e34775f8..b03de701 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ }, "devDependencies": { "@commitlint/cli": "~9.1.2", - "@commitlint/config-conventional": "~9.1.1", + "@commitlint/config-conventional": "~11.0.0", "@commitlint/prompt": "~9.1.1", "@types/glob": "~7.1.1", "@types/mkdirp": "~1.0.0", From 94dcbd32a687dd09db318e9b450d1bb2ed5b3188 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2020 21:13:51 +0200 Subject: [PATCH 12/19] build(deps-dev): bump @types/qs from 6.9.4 to 6.9.5 (#355) Bumps [@types/qs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/qs) from 6.9.4 to 6.9.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/qs) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6105e19..0438dd87 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/glob": "~7.1.1", "@types/mkdirp": "~1.0.0", "@types/node": "~14.10.1", - "@types/qs": "6.9.4", + "@types/qs": "6.9.5", "@types/require-from-string": "~1.2.0", "@types/sade": "~1.7.0", "@types/tap": "~14.10.0", From a9a1b64d1dbe42451a5b751a73000340ba81af37 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2020 09:50:40 +0200 Subject: [PATCH 13/19] build(deps): bump fastify from 3.3.0 to 3.4.1 (#353) Bumps [fastify](https://github.com/fastify/fastify) from 3.3.0 to 3.4.1. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.3.0...v3.4.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: HospitalRun Bot --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0438dd87..a464ca2e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "author": "Maksim Sinik ", "license": "MIT", "dependencies": { - "fastify": "~3.3.0", + "fastify": "~3.4.1", "fastify-autoload": "~3.0.8", "fastify-blipp": "~3.0.0", "fastify-http-proxy": "~4.0.2", From e1ad54b5d265e266d84d0da0eacfcd2ee729710d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2020 10:49:16 +0200 Subject: [PATCH 14/19] build(deps): bump fastify-autoload from 3.0.9 to 3.1.0 (#354) Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.0.9 to 3.1.0. - [Release notes](https://github.com/fastify/fastify-autoload/releases) - [Commits](https://github.com/fastify/fastify-autoload/compare/v3.0.9...v3.1.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: HospitalRun Bot Co-authored-by: Maksim Sinik --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a464ca2e..0121ed70 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "license": "MIT", "dependencies": { "fastify": "~3.4.1", - "fastify-autoload": "~3.0.8", + "fastify-autoload": "~3.1.0", "fastify-blipp": "~3.0.0", "fastify-http-proxy": "~4.0.2", "fastify-plugin": "~2.3.3", From 44a1c82165da7a6f0d7af83fe81bdf5b046f65bf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2020 17:25:22 +0200 Subject: [PATCH 15/19] build(deps-dev): bump @types/node from 14.10.3 to 14.11.1 (#357) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.10.3 to 14.11.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: HospitalRun Bot --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0121ed70..29348322 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@commitlint/prompt": "~11.0.0", "@types/glob": "~7.1.1", "@types/mkdirp": "~1.0.0", - "@types/node": "~14.10.1", + "@types/node": "~14.11.1", "@types/qs": "6.9.5", "@types/require-from-string": "~1.2.0", "@types/sade": "~1.7.0", From b89da9f37db15ed85e03701491fd1051ec4ee58a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2020 09:43:50 +0200 Subject: [PATCH 16/19] build(deps): bump fastify-gql from 5.7.0 to 5.8.1 (#358) Bumps [fastify-gql](https://github.com/mcollina/fastify-gql) from 5.7.0 to 5.8.1. - [Release notes](https://github.com/mcollina/fastify-gql/releases) - [Commits](https://github.com/mcollina/fastify-gql/compare/v5.7.0...v5.8.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29348322..1fc29988 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "qs": "~6.9.1", "require-from-string": "~2.0.2", "fastify-cors": "~4.1.0", - "fastify-gql": "~5.7.0", + "fastify-gql": "~5.8.1", "fastify-helmet": "~5.0.1", "fastify-no-icon": "~4.0.0", "graphql-tools": "~6.2.0" From 8779079ddd4dfbbd92a8f1744a0f0f8e86429b41 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2020 09:56:02 +0200 Subject: [PATCH 17/19] build(deps-dev): bump lint-staged from 10.3.0 to 10.4.0 (#356) Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.3.0 to 10.4.0. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v10.3.0...v10.4.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: HospitalRun Bot Co-authored-by: Matteo Vivona --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1fc29988..1349548c 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "eslint-plugin-prettier": "~3.1.0", "glob": "~7.1.6", "husky": "~4.3.0", - "lint-staged": "~10.3.0", + "lint-staged": "~10.4.0", "mkdirp": "~1.0.3", "nodemon": "~2.0.0", "npm-run-all": "~4.1.5", From 0dde199c03464293635bc44089512cddf1b8f333 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 10:17:45 +0200 Subject: [PATCH 18/19] build(deps-dev): bump eslint-config-prettier from 6.11.0 to 6.12.0 (#359) Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.11.0 to 6.12.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.11.0...v6.12.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1349548c..b617827c 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "cz-conventional-changelog": "~3.3.0", "dotenv": "~8.2.0", "eslint": "~6.8.0", - "eslint-config-prettier": "~6.11.0", + "eslint-config-prettier": "~6.12.0", "eslint-plugin-import": "~2.22.0", "eslint-plugin-prettier": "~3.1.0", "glob": "~7.1.6", From 4c1e4ed9bccce888979861d2194f98336903c1cf Mon Sep 17 00:00:00 2001 From: Matteo Vivona Date: Mon, 28 Sep 2020 10:23:20 +0200 Subject: [PATCH 19/19] chore(release): 2.0.0-alpha.4 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be9d650f..f2471235 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.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 b617827c..786dcede 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hospitalrun/server", - "version": "2.0.0-alpha.3", + "version": "2.0.0-alpha.4", "description": "HospitalRun Node.js server", "main": "dist", "repository": {