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 Jan 22, 2024
1 parent 53d4dd2 commit 09f2d4f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
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))


Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-cls/transactional-adapter-knex",
"version": "1.0.0",
"version": "1.1.0",
"description": "A Knex adapter for @nestjs-cls/transactional",
"author": "papooch",
"license": "MIT",
Expand Down Expand Up @@ -41,9 +41,9 @@
"test:cov": "jest --coverage"
},
"peerDependencies": {
"@nestjs-cls/transactional": "workspace:^1",
"@nestjs-cls/transactional": "workspace:^1.0.1",
"knex": "^3",
"nestjs-cls": "workspace:^4"
"nestjs-cls": "workspace:^4.0.1"
},
"devDependencies": {
"@nestjs/cli": "^10.0.2",
Expand All @@ -64,4 +64,4 @@
"tsconfig-paths": "^4.0.0",
"typescript": "~4.8.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@
"tsconfig-paths": "^4.0.0",
"typescript": "~4.8.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/transactional/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@
"tsconfig-paths": "^4.0.0",
"typescript": "~4.8.0"
}
}
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4674,9 +4674,9 @@ __metadata:
tsconfig-paths: "npm:^4.0.0"
typescript: "npm:~4.8.0"
peerDependencies:
"@nestjs-cls/transactional": "workspace:^1"
"@nestjs-cls/transactional": "workspace:^1.0.1"
knex: ^3
nestjs-cls: "workspace:^4"
nestjs-cls: "workspace:^4.0.1"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 09f2d4f

Please sign in to comment.