Skip to content

Commit

Permalink
chore(version): 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Seven Du committed Oct 26, 2022
1 parent 16f4254 commit 5183c22
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.4.1

### Bug Fixes

* Fix JSON-RPC error code on error data is nullable - [#52](https://github.com/odroe/prisma-dart/issues/52)

## 2.4.0

🌟 Help us spread the word about [Prisma ORM for Dart](https://github.com/odroe/prisma-dart) by starring the repo or [tweeting](https://twitter.com/intent/tweet?text=Check%20out%20the%20latest%20@prisma%20ORM%20for%20Dart%20release%20v2.4.0🚀%0D%0A%0D%0Ahttps://github.com/odroe/prisma-dart/releases/tag/2.4.0) about the release. 🌟
Expand Down
2 changes: 1 addition & 1 deletion lib/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const String binaryVersion = 'c875e43600dfe042452e0b868f7a48b817b9640b';
const String capiVersion = '0.0.1';

/// The Prisma CLI version.
const String packageVersion = '2.4.0';
const String packageVersion = '2.4.1';

/// Prisma data proxy remote client version.
const String dataProxyRemoteClientVersion = '4.3.1';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: orm
description: ◭ Next-generation ORM for Dart & Flutter | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB.
version: 2.4.0
version: 2.4.1
homepage: https://prisma.pub
repository: https://github.com/odroe/prisma-dart
funding:
Expand Down

1 comment on commit 5183c22

@vercel
Copy link

@vercel vercel bot commented on 5183c22 Oct 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.