From 93d5f243ab7f5f9d5ec38209e86d38ae550c2458 Mon Sep 17 00:00:00 2001 From: Alan Cruikshanks Date: Sat, 27 Jan 2024 10:51:54 +0000 Subject: [PATCH] 2.27.5 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f45107..f703205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,19 @@ 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.5](https://github.com/DEFRA/water-abstraction-returns/compare/v2.27.4...v2.27.5) + +- Bump actions/cache from 3 to 4 [`#377`](https://github.com/DEFRA/water-abstraction-returns/pull/377) +- Bump joi from 17.11.1 to 17.12.0 [`#376`](https://github.com/DEFRA/water-abstraction-returns/pull/376) +- Bump joi from 17.11.0 to 17.11.1 [`#375`](https://github.com/DEFRA/water-abstraction-returns/pull/375) +- Removing console.log() from legacy migrations [`#374`](https://github.com/DEFRA/water-abstraction-returns/pull/374) +- Bump moment from 2.29.4 to 2.30.1 [`#373`](https://github.com/DEFRA/water-abstraction-returns/pull/373) +- Add defaults to unused `returns` & `lines` table columns [`#372`](https://github.com/DEFRA/water-abstraction-returns/pull/372) + #### [v2.27.4](https://github.com/DEFRA/water-abstraction-returns/compare/v2.27.3...v2.27.4) +> 6 November 2023 + - Bump actions/setup-node from 3 to 4 [`#371`](https://github.com/DEFRA/water-abstraction-returns/pull/371) #### [v2.27.3](https://github.com/DEFRA/water-abstraction-returns/compare/v2.27.2...v2.27.3) diff --git a/package-lock.json b/package-lock.json index 87c3bed..ae021f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "water-abstraction-returns", - "version": "2.27.4", + "version": "2.27.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "water-abstraction-returns", - "version": "2.27.4", + "version": "2.27.5", "license": "OGL-UK-3.0", "dependencies": { "@envage/hapi-pg-rest-api": "^7.0.0", diff --git a/package.json b/package.json index c54f3bc..8bed127 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "water-abstraction-returns", - "version": "2.27.4", + "version": "2.27.5", "description": "Service for water abstraction returns data", "homepage": "https://github.com/DEFRA/water-abstraction-team", "main": "index.js",