From 67ab61b5028d8660db695e211186ffcef4738a97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Mar 2023 02:38:39 +0000 Subject: [PATCH] chore(main): release orm 3.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 95a37e3e..a3b1e29e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.2.0" + ".": "3.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 36b830a2..99b4b75a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.1](https://github.com/odroe/prisma-dart/compare/orm-v3.2.0...orm-v3.2.1) (2023-03-19) + + +### Bug Fixes + +* fix not convert `default` of property key, Thx [@gzlock](https://github.com/gzlock) ([8adab24](https://github.com/odroe/prisma-dart/commit/8adab240aceea8e7922b2197f1dc67dd67a3251b)), closes [#172](https://github.com/odroe/prisma-dart/issues/172) + ## [3.2.0](https://github.com/odroe/prisma-dart/compare/orm-v3.1.5...orm-v3.2.0) (2023-03-18) diff --git a/pubspec.yaml b/pubspec.yaml index 18f0450e..9b6fa302 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: orm description: ◭ Next-generation ORM for Dart & Flutter | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB. -version: 3.2.0 +version: 3.2.1 homepage: https://prisma.pub repository: https://github.com/odroe/prisma-dart funding: