Skip to content

Commit

Permalink
chore: release 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Apr 19, 2020
1 parent f14aa0e commit 3e4b415
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.12.2 / 2020-04-19
===================
* fix: avoid error in post('save') handler when this plugin is registered on a child schema #10
* docs: explain that this plugin should only be registered on top-level schemas

0.12.1 / 2020-03-29
===================
* fix: handle autopopulate within nested document array when top-level array is empty #70
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongoose-autopopulate",
"version": "0.12.1",
"version": "0.12.2",
"description": "Always populate() certain fields in your mongoose schemas",
"main": "index.js",
"homepage": "https://github.com/mongodb-js/mongoose-autopopulate",
Expand Down

0 comments on commit 3e4b415

Please sign in to comment.