From 006707977900eee6c25990f1af318de9d2841182 Mon Sep 17 00:00:00 2001 From: Abhi Markan <32125108+abhi-markan@users.noreply.github.com> Date: Mon, 30 Dec 2024 08:59:32 +0000 Subject: [PATCH] chore(main): release 1.22.2 (#1119) :robot: I have created a release *beep* *boop* --- ## [1.22.2](https://github.com/UK-Export-Finance/mdm-api/compare/v1.22.1...v1.22.2) (2024-12-30) ### Bug Fixes * **deps:** replace all ([#1118](https://github.com/UK-Export-Finance/mdm-api/issues/1118)) ([b712981](https://github.com/UK-Export-Finance/mdm-api/commit/b71298111f9095905c9669a275b1f445e5794ee1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 926b26e5..1fc01aec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.22.1" + ".": "1.22.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a070ae2..440809f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.22.2](https://github.com/UK-Export-Finance/mdm-api/compare/v1.22.1...v1.22.2) (2024-12-30) + + +### Bug Fixes + +* **deps:** replace all ([#1118](https://github.com/UK-Export-Finance/mdm-api/issues/1118)) ([b712981](https://github.com/UK-Export-Finance/mdm-api/commit/b71298111f9095905c9669a275b1f445e5794ee1)) + ## [1.22.1](https://github.com/UK-Export-Finance/mdm-api/compare/v1.22.0...v1.22.1) (2024-12-18) diff --git a/package-lock.json b/package-lock.json index 37bf3011..c7f48f50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mdm-api", - "version": "1.22.1", + "version": "1.22.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mdm-api", - "version": "1.22.1", + "version": "1.22.2", "license": "MIT", "dependencies": { "@nestjs/axios": "^3.1.3", diff --git a/package.json b/package.json index ead77aee..bba0bfa5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mdm-api", - "version": "1.22.1", + "version": "1.22.2", "private": true, "description": "Master Data Management API", "license": "MIT",