diff --git a/.versions b/.versions index 38d9464..e6379cf 100644 --- a/.versions +++ b/.versions @@ -24,7 +24,7 @@ html-tools@1.0.5 htmljs@1.0.5 id-map@1.0.4 jquery@1.11.4 -local-test:space:event-sourcing@3.0.0 +local-test:space:event-sourcing@3.0.1 logging@1.0.8 meteor@1.1.10 mikowals:batch-insert@1.1.9 @@ -46,7 +46,7 @@ retry@1.0.4 routepolicy@1.0.6 space:base@4.1.1 space:domain@0.2.1 -space:event-sourcing@3.0.0 +space:event-sourcing@3.0.1 space:messaging@3.1.1 space:testing@3.0.1 space:testing-event-sourcing@3.0.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index cf4aff6..966caf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Changelog ========= -## newVersion +## 3.0.1 ### Changes to projection rebuilder - `Space.eventSourcing.ProjectionRebuilder ` is no longer throwing an error if there is no data to insert into collection after rebuilding is done. Info message is now logged instead. diff --git a/package.js b/package.js index d5efb77..b4e6150 100644 --- a/package.js +++ b/package.js @@ -1,7 +1,7 @@ Package.describe({ summary: 'Event Sourcing Infrastructure for Meteor.', name: 'space:event-sourcing', - version: '3.0.0', + version: '3.0.1', git: 'https://github.com/meteor-space/event-sourcing.git' });