Skip to content

Commit

Permalink
6.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danibix95 committed Oct 25, 2023
1 parent 75795fa commit b895312
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 6.9.2 - 2023-10-25

### Fixed

- add optional chaining to allow not to specify `pipeline` field in `$lookup` views when `enabledLookup` is set
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": "@mia-platform/crud-service",
"version": "6.9.1",
"version": "6.9.2",
"description": "HTTP interface to perform CRUD operations on MongoDB collections defined in the API Console",
"homepage": "https://www.mia-platform.eu/",
"bugs": {
Expand Down

0 comments on commit b895312

Please sign in to comment.