We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4ec6a commit b69a370Copy full SHA for b69a370
lib/postgres/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.1.4](https://github.com/rmolinamir/ddd-framework/compare/@ddd-framework/postgres-v1.1.3...${npm.name}-v1.1.4) (2024-12-22)
4
+
5
6
+### Bug Fixes
7
8
+* **postgres:** transaction-manager no longer catches rollaback errors ([9a4ec6a](https://github.com/rmolinamir/ddd-framework/commit/9a4ec6ad086a2d55191b1502a18954d6c53cc1d7))
9
10
## [1.1.3](https://github.com/rmolinamir/ddd-framework/compare/@ddd-framework/postgres-v1.1.2...${npm.name}-v1.1.3) (2024-12-22)
11
12
lib/postgres/package.json
@@ -1,6 +1,6 @@
{
"name": "@ddd-framework/postgres",
- "version": "1.1.3",
+ "version": "1.1.4",
"files": [
"dist"
],
0 commit comments