Skip to content

Commit

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

## 3.5.2

### Fixes

- SQLite: prevent interpolation in query debug output
- Remove old build dependencies
- Slightly improve types, mostly replacing null returns with undefined

## 3.5.1

### 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.1",
"version": "3.5.2",
"description": "NoSQL-hybrid with Event Sourcing based on sqlite",
"license": "MIT",
"repository": "https://github.com/StratoKit/strato-db",
Expand Down

0 comments on commit 2599f9c

Please sign in to comment.