Skip to content

Commit

Permalink
chore: release 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Mar 29, 2020
1 parent 3e544fc commit e23bb18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.12.1 / 2020-03-29
===================
* fix: handle autopopulate within nested document array when top-level array is empty #70

0.12.0 / 2020-02-05
===================
* feat: autopopulate discriminators post `find()`, `findOne()`, and `findOneAndUpdate()` #26
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.0",
"version": "0.12.1",
"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 e23bb18

Please sign in to comment.