-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-action[bot]
committed
Jan 22, 2024
1 parent
53d4dd2
commit 09f2d4f
Showing
5 changed files
with
19 additions
and
8 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
packages/transactional-adapters/transactional-adapter-knex/CHANGES.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Changelog | ||
|
||
<!-- MONODEPLOY:BELOW --> | ||
|
||
## [1.1.0](https://github.com/Papooch/nestjs-cls/compare/@nestjs-cls/transactional-adapter-knex@1.0.0...@nestjs-cls/transactional-adapter-knex@1.1.0) "@nestjs-cls/transactional-adapter-knex" (2024-01-22)<a name="1.1.0"></a> | ||
|
||
### Features | ||
|
||
* add Knex transactional adapter (#107) ([53d4dd2](https://github.com/Papooch/nestjs-cls/commits/53d4dd2)) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,4 +65,4 @@ | |
"tsconfig-paths": "^4.0.0", | ||
"typescript": "~4.8.0" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,4 +65,4 @@ | |
"tsconfig-paths": "^4.0.0", | ||
"typescript": "~4.8.0" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters