Skip to content

Commit

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

chore(main): release 3.0.0
  • Loading branch information
eoin-obrien authored Oct 24, 2024
2 parents 224ce93 + 15613c7 commit b22fe6b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.0.0](https://github.com/eoin-obrien/prisma-extension-kysely/compare/v2.1.0...v3.0.0) (2024-10-24)


### ⚠ BREAKING CHANGES

* This change introduces an error where previously there was none, which may affect existing code that accidentally extended the Prisma client multiple times.

### Features

* throw error if Prisma client is already extended with Kysely ([e05b789](https://github.com/eoin-obrien/prisma-extension-kysely/commit/e05b789de80073d189b12457c8614837d56c8e17))
* throw error if Prisma client is already extended with Kysely ([f826055](https://github.com/eoin-obrien/prisma-extension-kysely/commit/f8260559fdddf28a3d587e10d6cff25fe38467a4))

## [2.1.0](https://github.com/eoin-obrien/prisma-extension-kysely/compare/v2.0.0...v2.1.0) (2024-01-27)


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": "2.1.0",
"version": "3.0.0",
"author": {
"name": "Eoin O'Brien",
"url": "https://eoin.ai",
Expand Down

0 comments on commit b22fe6b

Please sign in to comment.