Skip to content

Commit

Permalink
chore: release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action[bot] committed Apr 15, 2024
1 parent 58567ba commit f7841dd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

<!-- MONODEPLOY:BELOW -->

## [1.2.0](https://github.com/Papooch/nestjs-cls/compare/@nestjs-cls/transactional-adapter-pg-promise@1.1.6...@nestjs-cls/transactional-adapter-pg-promise@1.2.0) "@nestjs-cls/transactional-adapter-pg-promise" (2024-04-15)<a name="1.2.0"></a>

### Bug Fixes

* merge default options into user defined options instead of overriding them ([58567ba](https://github.com/Papooch/nestjs-cls/commits/58567ba))

### Features

* add default tx options ([58567ba](https://github.com/Papooch/nestjs-cls/commits/58567ba))
* **transactional-adapter-pg-promise**: add default tx options (#136) ([58567ba](https://github.com/Papooch/nestjs-cls/commits/58567ba))




## [1.1.0](https://github.com/Papooch/nestjs-cls/compare/@nestjs-cls/transactional-adapter-pg-promise@1.0.0...@nestjs-cls/transactional-adapter-pg-promise@1.1.0) "@nestjs-cls/transactional-adapter-pg-promise" (2024-01-29)<a name="1.1.0"></a>

### Features
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-cls/transactional-adapter-pg-promise",
"version": "1.1.6",
"version": "1.2.0",
"description": "A pg-promise adapter for @nestjs-cls/transactional",
"author": "Sam Artuso <samuele.a@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit f7841dd

Please sign in to comment.