Skip to content

Commit

Permalink
docs: changgelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Seven Du committed Apr 11, 2024
1 parent b91f956 commit 7aff72e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Prisma Client Dart v4.1.0

To install Prisma Client for Dart v4.1.0 run:

```bash
dart pub add orm:4.1.0
```

Or update your `pubspec.yaml` file:

```yaml
dependencies:
orm: 4.1.0
```
## What's Changed
- data model add `toJson` method by @medz in https://github.com/medz/prisma-dart/pull/352

# Prisma Client Dart v4.0.3

To install Prisma Client for Dart v4.0.3 run:
Expand Down

0 comments on commit 7aff72e

Please sign in to comment.