diff --git a/CHANGELOG.md b/CHANGELOG.md index 73db613..e7d7100 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.13](https://github.com/DEFRA/water-abstraction-returns/compare/v2.27.12...v2.27.13) + +- Bump pg from 8.12.0 to 8.13.0 [`#400`](https://github.com/DEFRA/water-abstraction-returns/pull/400) + #### [v2.27.12](https://github.com/DEFRA/water-abstraction-returns/compare/v2.27.11...v2.27.12) +> 18 September 2024 + - Bump standard from 17.1.0 to 17.1.2 [`#399`](https://github.com/DEFRA/water-abstraction-returns/pull/399) #### [v2.27.11](https://github.com/DEFRA/water-abstraction-returns/compare/v2.27.10...v2.27.11) @@ -105,7 +111,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump word-wrap from 1.2.3 to 1.2.4 [`#353`](https://github.com/DEFRA/water-abstraction-returns/pull/353) - Bump semver from 5.7.1 to 5.7.2 [`#352`](https://github.com/DEFRA/water-abstraction-returns/pull/352) -#### [v2.27.0](https://github.com/DEFRA/water-abstraction-returns/compare/v2.26.6...v2.27.0) +#### [v2.27.0](https://github.com/DEFRA/water-abstraction-returns/compare/v2.26.9...v2.27.0) > 10 July 2023 @@ -114,8 +120,22 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump pg from 8.11.0 to 8.11.1 [`#349`](https://github.com/DEFRA/water-abstraction-returns/pull/349) - Update `@hapi/hapi` package [`#348`](https://github.com/DEFRA/water-abstraction-returns/pull/348) - Update `standard` package [`#347`](https://github.com/DEFRA/water-abstraction-returns/pull/347) + +#### [v2.26.9](https://github.com/DEFRA/water-abstraction-returns/compare/v2.26.8...v2.26.9) + +> 1 June 2023 + +#### [v2.26.8](https://github.com/DEFRA/water-abstraction-returns/compare/v2.26.7...v2.26.8) + +> 17 May 2023 + - Bump pg from 8.10.0 to 8.11.0 [`#345`](https://github.com/DEFRA/water-abstraction-returns/pull/345) - Add auto-merge GitHub workflow [`#344`](https://github.com/DEFRA/water-abstraction-returns/pull/344) + +#### [v2.26.7](https://github.com/DEFRA/water-abstraction-returns/compare/v2.26.6...v2.26.7) + +> 9 May 2023 + - Bump db-migrate-pg from 1.2.2 to 1.3.0 [`#343`](https://github.com/DEFRA/water-abstraction-returns/pull/343) #### [v2.26.6](https://github.com/DEFRA/water-abstraction-returns/compare/v2.26.5...v2.26.6) diff --git a/package-lock.json b/package-lock.json index f67e71b..4e972e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "water-abstraction-returns", - "version": "2.27.12", + "version": "2.27.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "water-abstraction-returns", - "version": "2.27.12", + "version": "2.27.13", "license": "OGL-UK-3.0", "dependencies": { "@envage/hapi-pg-rest-api": "^7.0.1", diff --git a/package.json b/package.json index 44b5de3..73e0080 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "water-abstraction-returns", - "version": "2.27.12", + "version": "2.27.13", "description": "Service for water abstraction returns data", "homepage": "https://github.com/DEFRA/water-abstraction-team", "main": "index.js",