Skip to content

Commit

Permalink
Updated README and prepped for new package version deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
hwillson committed Oct 4, 2016
1 parent 38218b2 commit 69c4156
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ See this packages [tests](https://github.com/hwillson/meteor-stub-collections/bl

This project was originally created by MDG, and shipped with the [Meteor Guide's](http://guide.meteor.com) [todos](https://github.com/meteor/todos) reference application (thanks MDG!). If you have any questions/comments, open an issue [here](https://github.com/hwillson/meteor-stub-collections/issues).

### 1.0.2

- Omit the stubbing of a collection's schema if using aldeed:collection2 package (thanks [@drewmoore](https://github.com/drewmoore)!).

### 1.0.1

- Fixed bind issues with non-functions (thanks [@Fabs](https://github.com/Fabs)!).
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Package.describe({
name: 'hwillson:stub-collections',
version: '1.0.1',
version: '1.0.2',
summary: 'Stub out Meteor collections with in-memory local collections.',
documentation: 'README.md',
git: 'https://github.com/hwillson/meteor-stub-collections.git',
Expand Down

0 comments on commit 69c4156

Please sign in to comment.