We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd203c commit fa4f02cCopy full SHA for fa4f02c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mongodb-shell-extensions",
3
- "version": "0.2.1",
+ "version": "0.2.2",
4
"description": "Useful MongoDB shell extensions",
5
"files": [
6
"src",
released/mongorc.js
@@ -10244,7 +10244,7 @@ moment.fn.within = function(range) {
10244
10245
/* global chatty */
10246
10247
-chatty('\033[1;32m+ MongoDB Shell Extensions (0.2.1) by Gabriele Lana <gabriele.lana@gmail.com>\033[0m')
+chatty('\033[1;32m+ MongoDB Shell Extensions (0.2.2) by Gabriele Lana <gabriele.lana@gmail.com>\033[0m')
10248
10249
DBCollection.prototype.last = function(n) {
10250
return this.find().sort({_id: -1}).limit(n || 1)
0 commit comments