diff --git a/CHANGELOG.md b/CHANGELOG.md index 0243c6b2..d24eb014 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.26.1](https://github.com/DEFRA/water-abstraction-tactical-crm/compare/v2.26.0...v2.26.1) + +- Swap out or remove deprecated packages [`#927`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/927) +- Remove pm2 watch config from ecosystem file [`#928`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/928) +- Replace deprecated set-output cmd in GitHub CI [`#926`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/926) + #### [v2.26.0](https://github.com/DEFRA/water-abstraction-tactical-crm/compare/v2.25.2...v2.26.0) +> 15 November 2022 + - Stop passing err to logger.error [`#925`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/925) - Bump joi from 17.6.4 to 17.7.0 [`#924`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/924) - Bump joi from 17.6.3 to 17.6.4 [`#922`](https://github.com/DEFRA/water-abstraction-tactical-crm/pull/922) diff --git a/package-lock.json b/package-lock.json index 0ae5a5bf..84b5cc1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "water-abstraction-tactical-crm", - "version": "2.26.0", + "version": "2.26.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "water-abstraction-tactical-crm", - "version": "2.26.0", + "version": "2.26.1", "license": "OGL-UK-3.0", "dependencies": { "@envage/hapi-pg-rest-api": "^7.0.0", diff --git a/package.json b/package.json index 2520e3b7..4b43bea5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "water-abstraction-tactical-crm", - "version": "2.26.0", + "version": "2.26.1", "description": "Tactical CRM implementation for water abstraction service", "homepage": "https://github.com/DEFRA/water-abstraction-team", "main": "index.js",