diff --git a/CHANGELOG.md b/CHANGELOG.md index 5138caf4..1286e8c4 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.10](https://github.com/DEFRA/water-abstraction-tactical-crm/compare/v2.27.9...v2.27.10) + +- Bump actions/setup-node from 3 to 4 [`#999`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/999) + #### [v2.27.9](https://github.com/DEFRA/water-abstraction-tactical-crm/compare/v2.27.8...v2.27.9) +> 18 October 2023 + - Bump @babel/traverse from 7.20.1 to 7.23.2 [`#998`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/998) - Bump joi from 17.10.2 to 17.11.0 [`#997`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/997) - Upgrade to Node 20 & simplify CI Node install [`#996`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/996) diff --git a/package-lock.json b/package-lock.json index 5c0d29b1..99f118e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "water-abstraction-tactical-crm", - "version": "2.27.9", + "version": "2.27.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "water-abstraction-tactical-crm", - "version": "2.27.9", + "version": "2.27.10", "license": "OGL-UK-3.0", "dependencies": { "@envage/hapi-pg-rest-api": "^7.0.0", diff --git a/package.json b/package.json index 7c01232e..dae35088 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "water-abstraction-tactical-crm", - "version": "2.27.9", + "version": "2.27.10", "description": "Tactical CRM implementation for water abstraction service", "homepage": "https://github.com/DEFRA/water-abstraction-team", "main": "index.js",