Skip to content

Commit

Permalink
Version 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrook committed Jul 18, 2017
1 parent 23f8920 commit 71c0cef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Based on https://github.com/stubailo/meteor-rest/blob/devel/packages/rest/http-s

## Releases

- `1.0.10` - Always stop the publication when an error is thrown in the PublicationCollector callback. Thanks @SimonSimCity !
- `1.0.9` - Fix bug in 1.0.8 regarding empty array return. Thanks @nkahnfr !
- `1.0.8` - Fix support for publications returning nothing (an empty array). Thanks @ziedmahdi !
- `1.0.7` - Fix compatibility with `peerlibrary:reactive-publish`'s `_isDeactivated` function in publications ([#20](https://github.com/johanbrook/meteor-publication-collector/pull/23), thanks @jaskinn!).
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Package.describe({
name: 'johanbrook:publication-collector',
version: '1.0.9',
version: '1.0.10',
summary: 'Test a Meteor publication by collecting its output.',
documentation: 'README.md',
git: 'https://github.com/johanbrook/meteor-publication-collector.git',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "publication-collector",
"version": "1.0.9",
"version": "1.0.10",
"description": "Test a Meteor publication by collecting its output.",
"scripts": {
"test": "SERVER_TEST_REPORTER='dot' meteor test-packages --once --driver-package dispatch:mocha ./",
Expand Down

0 comments on commit 71c0cef

Please sign in to comment.