diff --git a/CHANGELOG.md b/CHANGELOG.md index e9cafa9..2f45107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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.4](https://github.com/DEFRA/water-abstraction-returns/compare/v2.27.3...v2.27.4) + +- 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) +> 18 October 2023 + - Bump @babel/traverse from 7.19.1 to 7.23.2 [`#370`](https://github.com/DEFRA/water-abstraction-returns/pull/370) - Bump joi from 17.10.2 to 17.11.0 [`#369`](https://github.com/DEFRA/water-abstraction-returns/pull/369) - Upgrade to Node 20 & simplify CI Node install [`#368`](https://github.com/DEFRA/water-abstraction-returns/pull/368) diff --git a/package-lock.json b/package-lock.json index a7d376c..b0bcaf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "water-abstraction-returns", - "version": "2.27.3", + "version": "2.27.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "water-abstraction-returns", - "version": "2.27.3", + "version": "2.27.4", "license": "OGL-UK-3.0", "dependencies": { "@envage/hapi-pg-rest-api": "^7.0.0", diff --git a/package.json b/package.json index ce2cc9e..c54f3bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "water-abstraction-returns", - "version": "2.27.3", + "version": "2.27.4", "description": "Service for water abstraction returns data", "homepage": "https://github.com/DEFRA/water-abstraction-team", "main": "index.js",