Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit a19d1b5

Browse files
author
James Spencer
committed
Version 0.5.0
1 parent 1252856 commit a19d1b5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

HISTORY.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.5.0 / 2014-04-18
2+
==================
3+
4+
* Fix JS tests. Thanks to [jonstorer](https://github.com/jonstorer) #5
5+
* Fix TypeError on Query. Thanks to [Tolsi](https://github.com/Tolsi) #3
6+
17
0.4.0 / 2011-09-01
28
==================
39

@@ -23,4 +29,4 @@
2329
==================
2430

2531
* Added; support for "one to many" relationships
26-
* Added; `create` method for child documents
32+
* Added; `create` method for child documents

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongo-relation",
33
"description": "Model relationships plugin for Mongoose",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"homepage": "https://github.com/JamesS237/mongo-relation/",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)