Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Feb 11, 2023
1 parent 2d29008 commit cda49dd
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/moleculer-db-adapter-mongoose/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="0.9.2"></a>
# 0.9.2 (2023-02-11)

## Changes
- fix constructor signature of MongoDB adapter in TypeScript [#346](https://github.com/moleculerjs/moleculer-db/pull/346)
- update mongoose to 6.9.0 [#347](https://github.com/moleculerjs/moleculer-db/pull/347)

--------------------------------------------------
<a name="0.9.0"></a>
# 0.9.0 (2022-10-23)

## Changes
support [email protected] by @devalexandre in [#324](https://github.com/moleculerjs/moleculer-db/pull/324)

--------------------------------------------------
<a name="0.8.9"></a>
# 0.8.9 (2020-11-16)

Expand Down
10 changes: 10 additions & 0 deletions packages/moleculer-db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.8.22"></a>
# 0.8.22 (2023-02-11)

## Changes
- if param.fields is null, use this.settings.fields directly [#340](https://github.com/moleculerjs/moleculer-db/pull/340)
- split improve [#339](https://github.com/moleculerjs/moleculer-db/pull/339)
- new settings.excludeFields feature to exclude fields [#341](https://github.com/moleculerjs/moleculer-db/pull/341)

--------------------------------------------------

<a name="0.8.21"></a>
# 0.8.21 (2022-12-17)

Expand Down

0 comments on commit cda49dd

Please sign in to comment.