From 30b7917fd5b1b6ec63e0464ec887ac5813ff1583 Mon Sep 17 00:00:00 2001 From: Alan Cruikshanks Date: Wed, 18 Sep 2024 12:52:46 +0100 Subject: [PATCH] 2.27.12 --- CHANGELOG.md | 21 +++++++++------------ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fb3a02..0c15ff2 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.12](https://github.com/DEFRA/water-abstraction-permit-repository/compare/v2.27.11...v2.27.12) + +- Bump standard from 17.1.1 to 17.1.2 [`#377`](https://github.com/DEFRA/water-abstraction-permit-repository/pull/377) +- Bump standard from 17.1.0 to 17.1.1 [`#376`](https://github.com/DEFRA/water-abstraction-permit-repository/pull/376) + #### [v2.27.11](https://github.com/DEFRA/water-abstraction-permit-repository/compare/v2.27.10...v2.27.11) +> 23 August 2024 + - Update `water-abstraction-helpers` package [`#375`](https://github.com/DEFRA/water-abstraction-permit-repository/pull/375) #### [v2.27.10](https://github.com/DEFRA/water-abstraction-permit-repository/compare/v2.27.9...v2.27.10) @@ -94,29 +101,19 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump word-wrap from 1.2.3 to 1.2.4 [`#340`](https://github.com/DEFRA/water-abstraction-permit-repository/pull/340) - Bump semver from 5.7.1 to 5.7.2 [`#339`](https://github.com/DEFRA/water-abstraction-permit-repository/pull/339) -#### [v2.27.0](https://github.com/DEFRA/water-abstraction-permit-repository/compare/v2.26.9...v2.27.0) +#### [v2.27.0](https://github.com/DEFRA/water-abstraction-permit-repository/compare/v2.26.8...v2.27.0) > 10 July 2023 - Bump pino-pretty from 9.4.0 to 9.4.1 [`#338`](https://github.com/DEFRA/water-abstraction-permit-repository/pull/338) - Update `@hapi/hapi` package [`#337`](https://github.com/DEFRA/water-abstraction-permit-repository/pull/337) - -#### [v2.26.9](https://github.com/DEFRA/water-abstraction-permit-repository/compare/v2.26.8...v2.26.9) - -> 1 June 2023 - - Bump standard from 17.0.0 to 17.1.0 [`#336`](https://github.com/DEFRA/water-abstraction-permit-repository/pull/336) -#### [v2.26.8](https://github.com/DEFRA/water-abstraction-permit-repository/compare/v2.26.7...v2.26.8) +#### [v2.26.8](https://github.com/DEFRA/water-abstraction-permit-repository/compare/v2.26.6...v2.26.8) > 17 May 2023 - Add auto-merge GitHub workflow [`#335`](https://github.com/DEFRA/water-abstraction-permit-repository/pull/335) - -#### [v2.26.7](https://github.com/DEFRA/water-abstraction-permit-repository/compare/v2.26.6...v2.26.7) - -> 9 May 2023 - - Bump db-migrate-pg from 1.2.3 to 1.3.0 [`#334`](https://github.com/DEFRA/water-abstraction-permit-repository/pull/334) - Bump db-migrate-pg from 1.2.2 to 1.2.3 [`#333`](https://github.com/DEFRA/water-abstraction-permit-repository/pull/333) diff --git a/package-lock.json b/package-lock.json index b0d6b18..4ed2c54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "water-abstraction-permit-repository", - "version": "2.27.11", + "version": "2.27.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "water-abstraction-permit-repository", - "version": "2.27.11", + "version": "2.27.12", "license": "OGL-UK-3.0", "dependencies": { "@envage/hapi-pg-rest-api": "^7.0.1", diff --git a/package.json b/package.json index 2edd314..fcb3918 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "water-abstraction-permit-repository", - "version": "2.27.11", + "version": "2.27.12", "description": "Permit repository for the Water Resource Licence Service", "homepage": "https://github.com/DEFRA/water-abstraction-team", "main": "index.js",