From 739f30e66ef471bf5663e4d1f7c57f6812fc2905 Mon Sep 17 00:00:00 2001 From: Abhi Markan <32125108+abhi-markan@users.noreply.github.com> Date: Fri, 17 Jan 2025 18:16:18 +0000 Subject: [PATCH] chore(main): release 1.23.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1fc01aec..83295392 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.22.2" + ".": "1.23.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 440809f3..ee76b5af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.23.0](https://github.com/UK-Export-Finance/mdm-api/compare/v1.22.2...v1.23.0) (2025-01-17) + + +### Features + +* **FN-3163:** add get or create customer endpoint ([#1132](https://github.com/UK-Export-Finance/mdm-api/issues/1132)) ([73a5b2a](https://github.com/UK-Export-Finance/mdm-api/commit/73a5b2aded4b0eb05512472064d84b81e7ca8729)) +* **FN-3163:** automate new DTFS customer creation in Salesforce (D&B service only) ([#1130](https://github.com/UK-Export-Finance/mdm-api/issues/1130)) ([8a6403c](https://github.com/UK-Export-Finance/mdm-api/commit/8a6403c4667ccdd8deaa631eadcb9bf06ad7d555)) + + +### Bug Fixes + +* **deps:** replace all ([#1133](https://github.com/UK-Export-Finance/mdm-api/issues/1133)) ([8454434](https://github.com/UK-Export-Finance/mdm-api/commit/845443452d5b49603b68478823c6f92f6cffcf73)) +* **deps:** update all to v4 (major) ([#1148](https://github.com/UK-Export-Finance/mdm-api/issues/1148)) ([e9be73b](https://github.com/UK-Export-Finance/mdm-api/commit/e9be73ba7960da343fa0fe7d9305eb0a04319063)) + ## [1.22.2](https://github.com/UK-Export-Finance/mdm-api/compare/v1.22.1...v1.22.2) (2024-12-30) diff --git a/package-lock.json b/package-lock.json index 84d1a910..4969460c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mdm-api", - "version": "1.22.2", + "version": "1.23.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mdm-api", - "version": "1.22.2", + "version": "1.23.0", "license": "MIT", "dependencies": { "@nestjs/axios": "^4.0.0", diff --git a/package.json b/package.json index 39c4f08c..6766c252 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mdm-api", - "version": "1.22.2", + "version": "1.23.0", "private": true, "description": "Master Data Management API", "license": "MIT",