From 9411bf3a7d46a3942d2f23518e9bf4e8d726c19b Mon Sep 17 00:00:00 2001 From: Alan Cruikshanks Date: Thu, 4 Apr 2024 17:28:37 +0100 Subject: [PATCH] 2.28.8 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 374ffab3..42f25488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,24 @@ 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.28.8](https://github.com/DEFRA/water-abstraction-import/compare/v2.28.7...v2.28.8) + +- Bump aws-sdk from 2.1591.0 to 2.1592.0 [`#890`](https://github.com/DEFRA/water-abstraction-import/pull/890) +- Bump @hapi/hapi from 21.3.7 to 21.3.8 [`#889`](https://github.com/DEFRA/water-abstraction-import/pull/889) +- Bump aws-sdk from 2.1590.0 to 2.1591.0 [`#888`](https://github.com/DEFRA/water-abstraction-import/pull/888) +- Bump pg from 8.11.4 to 8.11.5 [`#887`](https://github.com/DEFRA/water-abstraction-import/pull/887) +- Bump aws-sdk from 2.1589.0 to 2.1590.0 [`#886`](https://github.com/DEFRA/water-abstraction-import/pull/886) +- Bump aws-sdk from 2.1588.0 to 2.1589.0 [`#885`](https://github.com/DEFRA/water-abstraction-import/pull/885) +- Bump pg from 8.11.3 to 8.11.4 [`#884`](https://github.com/DEFRA/water-abstraction-import/pull/884) +- Bump aws-sdk from 2.1587.0 to 2.1588.0 [`#883`](https://github.com/DEFRA/water-abstraction-import/pull/883) +- Bump aws-sdk from 2.1586.0 to 2.1587.0 [`#882`](https://github.com/DEFRA/water-abstraction-import/pull/882) +- Bump aws-sdk from 2.1585.0 to 2.1586.0 [`#881`](https://github.com/DEFRA/water-abstraction-import/pull/881) +- Bump aws-sdk from 2.1584.0 to 2.1585.0 [`#880`](https://github.com/DEFRA/water-abstraction-import/pull/880) + #### [v2.28.7](https://github.com/DEFRA/water-abstraction-import/compare/v2.28.6...v2.28.7) +> 25 March 2024 + - Bump aws-sdk from 2.1583.0 to 2.1584.0 [`#879`](https://github.com/DEFRA/water-abstraction-import/pull/879) - Bump aws-sdk from 2.1582.0 to 2.1583.0 [`#878`](https://github.com/DEFRA/water-abstraction-import/pull/878) - Bump aws-sdk from 2.1581.0 to 2.1582.0 [`#877`](https://github.com/DEFRA/water-abstraction-import/pull/877) diff --git a/package-lock.json b/package-lock.json index 70e92660..a28420d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "water-abstraction-import", - "version": "2.28.7", + "version": "2.28.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "water-abstraction-import", - "version": "2.28.7", + "version": "2.28.8", "license": "OGL-UK-3.0", "dependencies": { "@airbrake/node": "^2.1.8", diff --git a/package.json b/package.json index d85ae79b..9097fc7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "water-abstraction-import", - "version": "2.28.7", + "version": "2.28.8", "description": "App that manages import jobs for the Water Resource Licencing Service", "homepage": "https://github.com/DEFRA/water-abstraction-team", "main": "index.js",