diff --git a/History.md b/History.md index aea2187..9f176ba 100644 --- a/History.md +++ b/History.md @@ -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 diff --git a/package.json b/package.json index 40b87c0..f9a534d 100644 --- a/package.json +++ b/package.json @@ -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",