From 56f74afb2ebaba0e0fca9b9961fbe48d66e017c1 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Wed, 4 Nov 2020 09:24:31 +0000 Subject: [PATCH] chore(release): cut 2.9.1 [skip ci] ## [2.9.1](https://github.com/dhis2/app-hub/compare/v2.9.0...v2.9.1) (2020-11-04) ### Bug Fixes * pin node version to 14 ([d6998d5](https://github.com/dhis2/app-hub/commit/d6998d597adbd7bdc931d7f65a7a2880a5d146bd)) --- CHANGELOG.md | 7 +++++++ client/package.json | 2 +- package.json | 2 +- server/package.json | 2 +- tools/package.json | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06b835c5f..cf6736037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.9.1](https://github.com/dhis2/app-hub/compare/v2.9.0...v2.9.1) (2020-11-04) + + +### Bug Fixes + +* pin node version to 14 ([d6998d5](https://github.com/dhis2/app-hub/commit/d6998d597adbd7bdc931d7f65a7a2880a5d146bd)) + # [2.9.0](https://github.com/dhis2/app-hub/compare/v2.8.3...v2.9.0) (2020-11-03) diff --git a/client/package.json b/client/package.json index 605e7932f..4897c2ee4 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "2.9.0", + "version": "2.9.1", "description": "The App Hub Client", "main": "src/index.js", "repository": "https://github.com/dhis2/app-hub", diff --git a/package.json b/package.json index 75f5c695c..d814beaf0 100644 --- a/package.json +++ b/package.json @@ -27,5 +27,5 @@ "cypress-cucumber-preprocessor": { "nonGlobalStepDefinitions": true }, - "version": "2.9.0" + "version": "2.9.1" } diff --git a/server/package.json b/server/package.json index 476528605..b4342d2ef 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "server", - "version": "2.9.0", + "version": "2.9.1", "description": "The App Hub Server", "main": "src/main.js", "repository": "https://github.com/dhis2/app-hub", diff --git a/tools/package.json b/tools/package.json index 85be2a55b..bf56ab63b 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,6 +1,6 @@ { "name": "tools", - "version": "2.9.0", + "version": "2.9.1", "description": "", "main": "clone.js", "repository": "https://github.com/dhis2/app-hub",