From 487eb69582062a77b439c09f969bd95cc63a452c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 10:07:57 +0100 Subject: [PATCH] chore(main): release 1.10.2 (#133) :robot: I have created a release *beep* *boop* --- ## [1.10.2](https://github.com/UK-Export-Finance/mdm-api/compare/v1.10.1...v1.10.2) (2023-04-24) ### Miscellaneous * **deps-dev:** Bump @types/node from 18.15.13 to 18.16.0 ([#132](https://github.com/UK-Export-Finance/mdm-api/issues/132)) ([d858559](https://github.com/UK-Export-Finance/mdm-api/commit/d858559a9d5a0f589bc864587ac10bd538d23e7d)) * **deps-dev:** Bump eslint from 8.38.0 to 8.39.0 ([#130](https://github.com/UK-Export-Finance/mdm-api/issues/130)) ([b550a4e](https://github.com/UK-Export-Finance/mdm-api/commit/b550a4e6a4a0f94288c5869f95f08ac93e48f866)) * **deps-dev:** Bump prettier from 2.8.7 to 2.8.8 ([#131](https://github.com/UK-Export-Finance/mdm-api/issues/131)) ([9143a5d](https://github.com/UK-Export-Finance/mdm-api/commit/9143a5d0436335094374080918dedbf8e05ec0d3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38953be5..515a3f03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.10.2](https://github.com/UK-Export-Finance/mdm-api/compare/v1.10.1...v1.10.2) (2023-04-24) + + +### Miscellaneous + +* **deps-dev:** Bump @types/node from 18.15.13 to 18.16.0 ([#132](https://github.com/UK-Export-Finance/mdm-api/issues/132)) ([d858559](https://github.com/UK-Export-Finance/mdm-api/commit/d858559a9d5a0f589bc864587ac10bd538d23e7d)) +* **deps-dev:** Bump eslint from 8.38.0 to 8.39.0 ([#130](https://github.com/UK-Export-Finance/mdm-api/issues/130)) ([b550a4e](https://github.com/UK-Export-Finance/mdm-api/commit/b550a4e6a4a0f94288c5869f95f08ac93e48f866)) +* **deps-dev:** Bump prettier from 2.8.7 to 2.8.8 ([#131](https://github.com/UK-Export-Finance/mdm-api/issues/131)) ([9143a5d](https://github.com/UK-Export-Finance/mdm-api/commit/9143a5d0436335094374080918dedbf8e05ec0d3)) + ## [1.10.1](https://github.com/UK-Export-Finance/mdm-api/compare/v1.10.0...v1.10.1) (2023-04-21) diff --git a/package-lock.json b/package-lock.json index 7f3f926f..552f4c30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mdm-api", - "version": "1.10.1", + "version": "1.10.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 7bbc6525..03e1a6ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mdm-api", - "version": "1.10.1", + "version": "1.10.2", "private": true, "description": "Master Data Management API", "license": "MIT",