Skip to content

Commit

Permalink
v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wmertens committed Mar 3, 2023
1 parent 69c0692 commit 38e525b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 3.5.1

### Fixes

- ESModel preprocessor was not resetting \_maxId properly

## 3.5.0

### Changes

- JsonModel: Backwards cursors
- ESDB: deprecate `undefined` in reducer results

## 3.4.5

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strato-db",
"version": "3.5.0",
"version": "3.5.1",
"description": "NoSQL-hybrid with Event Sourcing based on sqlite",
"license": "MIT",
"repository": "https://github.com/StratoKit/strato-db",
Expand Down

0 comments on commit 38e525b

Please sign in to comment.