Skip to content

Commit

Permalink
Merge pull request #38 from eoin-obrien/release-please--branches--mai…
Browse files Browse the repository at this point in the history
…n--components--prisma-extension-kysely

chore(main): release 2.0.0
  • Loading branch information
eoin-obrien authored Jan 20, 2024
2 parents e848e0a + 418ffb3 commit 42595a6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.0.0](https://github.com/eoin-obrien/prisma-extension-kysely/compare/v1.0.4...v2.0.0) (2024-01-20)


### ⚠ BREAKING CHANGES

* Remove the $kyselyQuery and $kyselyExecute methods.
* Change the way the extension is initialized.

### Features

* enable use of kysely in prisma's interactive transactions ([04865ee](https://github.com/eoin-obrien/prisma-extension-kysely/commit/04865ee0a61323d508ca7ce0ebe1f5d9ae23c5cb))
* overhaul extension to work as a kysely driver to enable plugins and a more fluent qpi ([60d8040](https://github.com/eoin-obrien/prisma-extension-kysely/commit/60d8040f756e46b64edd1cc2f0eac3f4d2b5fe0d)), closes [#29](https://github.com/eoin-obrien/prisma-extension-kysely/issues/29)

## [1.0.4](https://github.com/eoin-obrien/prisma-extension-kysely/compare/v1.0.3...v1.0.4) (2024-01-17)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prisma-extension-kysely",
"version": "1.0.4",
"version": "2.0.0",
"author": {
"name": "Eoin O'Brien",
"url": "https://eoin.ai",
Expand Down

0 comments on commit 42595a6

Please sign in to comment.