Skip to content

Commit

Permalink
v3.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars-Erik Roald committed Dec 6, 2023
1 parent a118386 commit ccfaa3e
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 182 deletions.
3 changes: 3 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@

## Changelog
__3.2.9__
Transaction was ignored. See [#68](https://github.com/alfateam/rdb/issues/68).
Proxify method had incorrect type signature. See [#69](https://github.com/alfateam/rdb/issues/69).
__3.2.8__
Signature for fetchingStrategy should accept boolean as well object (code generation only). See [#67](https://github.com/alfateam/rdb/issues/67).
__3.2.7__
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": "rdb",
"version": "3.2.8",
"version": "3.2.9",
"main": "./src/index.js",
"browser": "./src/client/index.mjs",
"bin": {
Expand Down
Loading

0 comments on commit ccfaa3e

Please sign in to comment.