Skip to content

Commit

Permalink
chore(release): 2.7.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.7.2](v2.7.1...v2.7.2) (2024-03-25)

### Bug Fixes

* add check for empty context filter ([#995](#995)) ([31a8544](31a8544))
* now working nested fields in reference data aggregation ([ed564b3](ed564b3))
  • Loading branch information
semantic-release-bot committed Mar 25, 2024
1 parent dc46282 commit ce5ff8b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.7.2](https://github.com/ReliefApplications/ems-backend/compare/v2.7.1...v2.7.2) (2024-03-25)


### Bug Fixes

* add check for empty context filter ([#995](https://github.com/ReliefApplications/ems-backend/issues/995)) ([31a8544](https://github.com/ReliefApplications/ems-backend/commit/31a85447f4a418000d763049d1f0d38261d82f66))
* now working nested fields in reference data aggregation ([ed564b3](https://github.com/ReliefApplications/ems-backend/commit/ed564b3f9eef48f06674144ac94d153c5e494d91))

## [2.7.1](https://github.com/ReliefApplications/ems-backend/compare/v2.7.0...v2.7.1) (2024-03-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": "ems-backend",
"version": "2.7.1",
"version": "2.7.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ce5ff8b

Please sign in to comment.