Skip to content

Commit

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


##
[1.21.2](v1.21.1...v1.21.2)
(2024-06-12)


### Bug Fixes

* **DTFS2-7203:** fix bug where /companies returns 500 for companies w/o
SIC codes
([#932](#932))
([d397861](d397861))

---
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 committed Jun 12, 2024
1 parent 7075613 commit b4e9683
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 15 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.1"
".": "1.21.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.21.2](https://github.com/UK-Export-Finance/mdm-api/compare/v1.21.1...v1.21.2) (2024-06-12)


### Bug Fixes

* **DTFS2-7203:** fix bug where /companies returns 500 for companies w/o SIC codes ([#932](https://github.com/UK-Export-Finance/mdm-api/issues/932)) ([d397861](https://github.com/UK-Export-Finance/mdm-api/commit/d397861ca3b137528b1e9ef83401b4496aad5b0e))

## [1.21.1](https://github.com/UK-Export-Finance/mdm-api/compare/v1.21.0...v1.21.1) (2024-06-04)


Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdm-api",
"version": "1.21.1",
"version": "1.21.2",
"private": true,
"description": "Master Data Management API",
"license": "MIT",
Expand Down Expand Up @@ -89,9 +89,9 @@
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-n": "^17.8.1",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-prettier": "^5.1.3",
Expand Down

0 comments on commit b4e9683

Please sign in to comment.