Skip to content

Commit

Permalink
1.0.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
snatalenko committed Oct 27, 2024
1 parent 5d4adb9 commit 88f00ae
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.0.0-rc.5](https://github.com/snatalenko/node-cqrs/compare/v1.0.0-rc.4...v1.0.0-rc.5) (2024-10-27)


### Changes

* Add `InMemoryView.prototype.getSync` method ([5d4adb9](https://github.com/snatalenko/node-cqrs/commit/5d4adb9109c4c85edae2b0f3dfd995e8c51aef06))


# [1.0.0-rc.4](https://github.com/snatalenko/node-cqrs/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2024-10-02)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-cqrs",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"description": "Basic ES6 backbone for CQRS app development",
"repository": {
"type": "git",
Expand Down

0 comments on commit 88f00ae

Please sign in to comment.