diff --git a/packages/tinytest/package.js b/packages/tinytest/package.js index 26eb04e919..51461d04ac 100644 --- a/packages/tinytest/package.js +++ b/packages/tinytest/package.js @@ -1,6 +1,6 @@ Package.describe({ summary: "Tiny testing framework", - version: '2.0.0-rc300.4', + version: '1.3.0', }); Npm.depends({ diff --git a/v3-docs/docs/history.md b/v3-docs/docs/history.md index 2510e05f88..7aff61cf67 100644 --- a/v3-docs/docs/history.md +++ b/v3-docs/docs/history.md @@ -219,6 +219,7 @@ This is a complete history of changes for Meteor releases. - Added `isAsyncCall` method to know if call is being made by a async method. - Removed `fibers` from package. - Updated tests to use async methods. + - Replaced `Meteor.connection.registerStore` with `registerStoreClient` on the client side. - `ddp-common@2.0.0`: @@ -234,6 +235,7 @@ This is a complete history of changes for Meteor releases. - Removed `fibers` from package. - Updated tests to use async methods. - Turned server implementation to async. + - Replaced `Meteor.connection.registerStore` with `registerStoreServer` for async compatibility on the server side. - `ddp@2.0.0`: