Skip to content

Commit

Permalink
Update changelog, package configuration and .versions file for release
Browse files Browse the repository at this point in the history
  • Loading branch information
darko-mijic committed Mar 9, 2016
1 parent 196bbed commit 470d71b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -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'
});

Expand Down

0 comments on commit 470d71b

Please sign in to comment.