diff --git a/CHANGELOG.md b/CHANGELOG.md index 5be0191d..7393cd90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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.28.3](https://github.com/DEFRA/water-abstraction-tactical-crm/compare/v2.28.2...v2.28.3) + +- Bump pg from 8.12.0 to 8.13.0 [`#1051`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/1051) +- Bump standard from 17.1.1 to 17.1.2 [`#1050`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/1050) +- Bump standard from 17.1.0 to 17.1.1 [`#1049`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/1049) + #### [v2.28.2](https://github.com/DEFRA/water-abstraction-tactical-crm/compare/v2.28.1...v2.28.2) +> 23 August 2024 + - Data fix for wrongly deleted document headers [`#1048`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/1048) - Bump qs from 6.12.3 to 6.13.0 [`#1047`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/1047) - Bump @hapi/lab from 25.3.0 to 25.3.1 [`#1046`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/1046) @@ -126,7 +134,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump word-wrap from 1.2.3 to 1.2.4 [`#981`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/981) - Bump semver from 5.7.1 to 5.7.2 [`#980`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/980) -#### [v2.27.6](https://github.com/DEFRA/water-abstraction-tactical-crm/compare/v2.27.5...v2.27.6) +#### [v2.27.6](https://github.com/DEFRA/water-abstraction-tactical-crm/compare/v2.27.4...v2.27.6) > 10 July 2023 @@ -137,26 +145,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump dotenv from 16.1.4 to 16.2.0 [`#975`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/975) - Update `standard` package [`#974`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/974) - Bump dotenv from 16.1.3 to 16.1.4 [`#973`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/973) - -#### [v2.27.5](https://github.com/DEFRA/water-abstraction-tactical-crm/compare/v2.27.4...v2.27.5) - -> 1 June 2023 - - Bump dotenv from 16.1.1 to 16.1.3 [`#972`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/972) - Bump dotenv from 16.0.3 to 16.1.1 [`#971`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/971) -#### [v2.27.4](https://github.com/DEFRA/water-abstraction-tactical-crm/compare/v2.27.3...v2.27.4) +#### [v2.27.4](https://github.com/DEFRA/water-abstraction-tactical-crm/compare/v2.27.2...v2.27.4) > 17 May 2023 - Bump qs from 6.11.1 to 6.11.2 [`#967`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/967) - Add auto-merge GitHub workflow [`#969`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/969) - Bump pg from 8.10.0 to 8.11.0 [`#968`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/968) - -#### [v2.27.3](https://github.com/DEFRA/water-abstraction-tactical-crm/compare/v2.27.2...v2.27.3) - -> 9 May 2023 - - Bump db-migrate-pg from 1.2.3 to 1.3.0 [`#966`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/966) - Bump db-migrate-pg from 1.2.2 to 1.2.3 [`#965`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/965) diff --git a/package-lock.json b/package-lock.json index 31d117f0..364ecac1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "water-abstraction-tactical-crm", - "version": "2.28.2", + "version": "2.28.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "water-abstraction-tactical-crm", - "version": "2.28.2", + "version": "2.28.3", "license": "OGL-UK-3.0", "dependencies": { "@envage/hapi-pg-rest-api": "^7.0.1", diff --git a/package.json b/package.json index c1e660bf..f6bd2814 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "water-abstraction-tactical-crm", - "version": "2.28.2", + "version": "2.28.3", "description": "Tactical CRM implementation for water abstraction service", "homepage": "https://github.com/DEFRA/water-abstraction-team", "main": "index.js",