Skip to content

Commit

Permalink
v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Janda committed Apr 27, 2012
1 parent 1cfa7e0 commit d852b90
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.md
@@ -1,3 +1,9 @@
## v0.4.8
* refactoring internals of couchdb utility
* refactoring couch repository and couch storage to reuse new internal implementation of couchdb utility
* dropped couchRepository.getInstance and couchStorage.getInstance
* introduced .createRepository and createStorage methods, which are the ones exported by according modules to better ensure only one instance is created.

## v0.4.7
* first piece of code migrated to nano

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"author": "Petr Janda <petrjanda@me.com> (www.twitter.com/petrjanda)",
"name": "cqrs",
"version": "0.4.7",
"version": "0.4.8",
"repository": {
"type": "git",
"url": "git://github.com/petrjanda/node-cqrs.git"
Expand Down

0 comments on commit d852b90

Please sign in to comment.