From 2d25f9f0dab083ef7f659eec378380a50fc31483 Mon Sep 17 00:00:00 2001 From: Alan Cruikshanks Date: Wed, 8 Jan 2025 11:30:07 +0000 Subject: [PATCH] 2.27.14 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d4d765..965f590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.14](https://github.com/DEFRA/water-abstraction-tactical-idm/compare/v2.27.13...v2.27.14) + +- Replace SonarCloud with SonarQube [`#894`](https://github.com/DEFRA/water-abstraction-tactical-idm/pull/894) +- Upgrade node to v22 [`#893`](https://github.com/DEFRA/water-abstraction-tactical-idm/pull/893) + #### [v2.27.13](https://github.com/DEFRA/water-abstraction-tactical-idm/compare/v2.27.12...v2.27.13) +> 10 November 2024 + - Bump pg from 8.13.0 to 8.13.1 [`#891`](https://github.com/DEFRA/water-abstraction-tactical-idm/pull/891) - Bump @hapi/hapi from 21.3.11 to 21.3.12 [`#892`](https://github.com/DEFRA/water-abstraction-tactical-idm/pull/892) - Bump @hapi/hapi from 21.3.10 to 21.3.11 [`#890`](https://github.com/DEFRA/water-abstraction-tactical-idm/pull/890) diff --git a/package-lock.json b/package-lock.json index 51b820a..1765297 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "water-abstraction-tactical-idm", - "version": "2.27.13", + "version": "2.27.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "water-abstraction-tactical-idm", - "version": "2.27.13", + "version": "2.27.14", "license": "OGL-UK-3.0", "dependencies": { "@envage/hapi-pg-rest-api": "^7.0.1", diff --git a/package.json b/package.json index 9747a27..656f85e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "water-abstraction-tactical-idm", - "version": "2.27.13", + "version": "2.27.14", "description": "Tactical identity management for the water service", "homepage": "https://github.com/DEFRA/water-abstraction-team", "main": "index.js",