Skip to content

Commit

Permalink
chore(main): release 1.22.0 (#1086)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.22.0](v1.21.6...v1.22.0)
(2024-12-17)


### Features

* **APIM-608:** gov notify - file upload/link support
([#1083](#1083))
([dddf3e6](dddf3e6))
* **APIM-609:** companies house - extend returned fields
([#1089](#1089))
([041124c](041124c))
* **APIM-610:** markets - add country rating description field
([#1090](#1090))
([11ec0d4](11ec0d4))


### Bug Fixes

* **APIM-608:** eslint downgraded
([b0e349c](b0e349c))
* **APIM-608:** make GovNotify properties optional
([#1082](#1082))
([9240907](9240907))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
abhi-markan authored Dec 17, 2024
1 parent dddf3e6 commit 8e79a01
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.21.6"
".": "1.22.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.22.0](https://github.com/UK-Export-Finance/mdm-api/compare/v1.21.6...v1.22.0) (2024-12-17)


### Features

* **APIM-608:** gov notify - file upload/link support ([#1083](https://github.com/UK-Export-Finance/mdm-api/issues/1083)) ([dddf3e6](https://github.com/UK-Export-Finance/mdm-api/commit/dddf3e6b109163852b9a69d6761346f45e7ce922))
* **APIM-609:** companies house - extend returned fields ([#1089](https://github.com/UK-Export-Finance/mdm-api/issues/1089)) ([041124c](https://github.com/UK-Export-Finance/mdm-api/commit/041124cf54874c9c40896b64573ee6e9d4a1c633))
* **APIM-610:** markets - add country rating description field ([#1090](https://github.com/UK-Export-Finance/mdm-api/issues/1090)) ([11ec0d4](https://github.com/UK-Export-Finance/mdm-api/commit/11ec0d4012e0a6e8d2aefc3745dd463369fbd733))


### Bug Fixes

* **APIM-608:** eslint downgraded ([b0e349c](https://github.com/UK-Export-Finance/mdm-api/commit/b0e349cb96d2ef65a77826eee3b311e274cdbaa8))
* **APIM-608:** make GovNotify properties optional ([#1082](https://github.com/UK-Export-Finance/mdm-api/issues/1082)) ([9240907](https://github.com/UK-Export-Finance/mdm-api/commit/92409076d396244c8f1a7d107a795ab7f25c762d))

## [1.21.6](https://github.com/UK-Export-Finance/mdm-api/compare/v1.21.5...v1.21.6) (2024-11-04)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdm-api",
"version": "1.21.6",
"version": "1.22.0",
"private": true,
"description": "Master Data Management API",
"license": "MIT",
Expand Down

0 comments on commit 8e79a01

Please sign in to comment.