Skip to content

Commit

Permalink
bump version to v1.1.0
Browse files Browse the repository at this point in the history
+ now supports `updatedAt` and `createdAt` different field naming
thanks to @makmonty
  • Loading branch information
james075 committed Feb 3, 2017
1 parent a45e4ad commit b5e37e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongoose-createdat-updatedat",
"version": "1.0.1",
"version": "1.1.0",
"description": "A mongoose plugin that adds createdAt and updatedAt fields to subscribed models in order to avoid redundancy",
"main": "./lib/mongoose-createdat-updatedat.js",
"scripts": {
Expand Down

0 comments on commit b5e37e4

Please sign in to comment.