From 764de384dc846b4f0b952b4156c82386654333b4 Mon Sep 17 00:00:00 2001 From: Alan Cruikshanks Date: Sun, 17 Sep 2023 17:33:05 +0100 Subject: [PATCH] 2.27.8 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2456915..1fe5a3c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,25 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v2.27.8](https://github.com/DEFRA/water-abstraction-tactical-crm/compare/v2.27.7...v2.27.8) + +- Bump db-migrate-pg from 1.5.1 to 1.5.2 [`#994`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/994) +- Bump uuid from 9.0.0 to 9.0.1 [`#993`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/993) +- Bump db-migrate-pg from 1.5.0 to 1.5.1 [`#992`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/992) +- Bump db-migrate-pg from 1.4.2 to 1.5.0 [`#991`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/991) +- Bump db-migrate from 0.11.13 to 0.11.14 [`#989`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/989) +- Bump db-migrate-pg from 1.3.2 to 1.4.2 [`#990`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/990) +- Bump actions/checkout from 3 to 4 [`#988`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/988) +- Bump db-migrate-pg from 1.3.0 to 1.3.2 [`#987`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/987) +- Bump joi from 17.10.0 to 17.10.1 [`#986`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/986) +- Bump joi from 17.9.2 to 17.10.0 [`#985`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/985) +- Bump pg from 8.11.2 to 8.11.3 [`#983`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/983) +- Start doing the minimum in /status checks [`#984`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/984) + #### [v2.27.7](https://github.com/DEFRA/water-abstraction-tactical-crm/compare/v2.27.6...v2.27.7) +> 3 August 2023 + - Bump pg from 8.11.1 to 8.11.2 [`#982`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/982) - Bump word-wrap from 1.2.3 to 1.2.4 [`#981`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/981) - Bump semver from 5.7.1 to 5.7.2 [`#980`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/980) diff --git a/package-lock.json b/package-lock.json index baec3894..dfc5786c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "water-abstraction-tactical-crm", - "version": "2.27.7", + "version": "2.27.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "water-abstraction-tactical-crm", - "version": "2.27.7", + "version": "2.27.8", "license": "OGL-UK-3.0", "dependencies": { "@envage/hapi-pg-rest-api": "^7.0.0", diff --git a/package.json b/package.json index 6aaa4944..ec1c5a98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "water-abstraction-tactical-crm", - "version": "2.27.7", + "version": "2.27.8", "description": "Tactical CRM implementation for water abstraction service", "homepage": "https://github.com/DEFRA/water-abstraction-team", "main": "index.js",