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 Oct 27, 2024
1 parent d00f5d6 commit 11db93e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

<!-- MONODEPLOY:BELOW -->

## [1.1.0](https://github.com/Papooch/nestjs-cls/compare/@nestjs-cls/transactional-adapter-drizzle-orm@1.0.0...@nestjs-cls/transactional-adapter-drizzle-orm@1.1.0) "@nestjs-cls/transactional-adapter-drizzle-orm" (2024-10-27)<a name="1.1.0"></a>

### Features

* **drizzle**: add basic support for drizzle-orm postgres (#179) ([d00f5d6](https://github.com/Papooch/nestjs-cls/commits/d00f5d6))
* **drizzle**: add basic support for drizzle-orm postgres ([d00f5d6](https://github.com/Papooch/nestjs-cls/commits/d00f5d6))
* **drizzle**: update drizzle-orm package.json description ([d00f5d6](https://github.com/Papooch/nestjs-cls/commits/d00f5d6))
* **drizzle**: update drizzle-orm package.json description ([d00f5d6](https://github.com/Papooch/nestjs-cls/commits/d00f5d6))
* **drizzle**: remove copied changes ([d00f5d6](https://github.com/Papooch/nestjs-cls/commits/d00f5d6))
* **transactional-adapter-drizzle-orm**: make drizzle orm adapter universal ([d00f5d6](https://github.com/Papooch/nestjs-cls/commits/d00f5d6))
* **transactional-adapter-drizzle-orm**: add drizzle orm adapter (#180) ([d00f5d6](https://github.com/Papooch/nestjs-cls/commits/d00f5d6))


Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-cls/transactional-adapter-drizzle-orm",
"version": "1.0.0",
"version": "1.1.0",
"description": "A Drizzle ORM adapter for @nestjs-cls/transactional",
"author": "papooch",
"license": "MIT",
Expand Down Expand Up @@ -71,4 +71,4 @@
"tsconfig-paths": "^4.0.0",
"typescript": "5.0"
}
}
}

0 comments on commit 11db93e

Please sign in to comment.