Skip to content

Commit fa4f02c

Browse files
committed
Release 0.2.2
1 parent acd203c commit fa4f02c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-shell-extensions",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Useful MongoDB shell extensions",
55
"files": [
66
"src",

released/mongorc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10244,7 +10244,7 @@ moment.fn.within = function(range) {
1024410244

1024510245
/* global chatty */
1024610246

10247-
chatty('\033[1;32m+ MongoDB Shell Extensions (0.2.1) by Gabriele Lana <gabriele.lana@gmail.com>\033[0m')
10247+
chatty('\033[1;32m+ MongoDB Shell Extensions (0.2.2) by Gabriele Lana <gabriele.lana@gmail.com>\033[0m')
1024810248

1024910249
DBCollection.prototype.last = function(n) {
1025010250
return this.find().sort({_id: -1}).limit(n || 1)

0 commit comments

Comments
 (0)