Skip to content

Commit

Permalink
chore(release): publish v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed May 28, 2021
1 parent ec86961 commit f750f16
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [5.0.0](https://github.com/flex-development/mango/compare/v4.0.1...v5.0.0) (2021-05-28)


### ⚠ BREAKING CHANGES

* **dtos:** integrate `DTOFilter`

### :hammer: Build

* use `@flex-development/[email protected]` ([fde654a](https://github.com/flex-development/mango/commit/fde654a2317d198e6ca121eef986c697ab725427))


### :sparkles: Features

* **types:** `DTOFilter` ([b861719](https://github.com/flex-development/mango/commit/b86171947f92bff077a1b2678fe6bc8bd31c5a9c))


### :recycle: Code Improvements

* **dtos:** integrate `DTOFilter` ([ec86961](https://github.com/flex-development/mango/commit/ec8696104ed8e9f88a54edaac79a0fb6257a86f0))

### [4.0.1](https://github.com/flex-development/mango/compare/v4.0.0...v4.0.1) (2021-05-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@flex-development/mango",
"description": "MongoDB query plugin and repository API for in-memory object collections",
"version": "4.0.1",
"version": "5.0.0",
"keywords": [
"in-memory",
"in-memory-database",
Expand Down

0 comments on commit f750f16

Please sign in to comment.