From df5b17612a1881346a635217e05ad57e21ecaf04 Mon Sep 17 00:00:00 2001 From: Igor Borges Date: Fri, 6 Oct 2023 11:03:58 -0300 Subject: [PATCH] Move `beta` version out of beta for pub.dev awareness --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d7a368e..92513d78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 7.13.1 + +- Move `beta` version out of beta for pub.dev awareness + ## 7.13.0-beta.3 - Add discontinuation notice diff --git a/pubspec.yaml b/pubspec.yaml index cbdcb31f..a3539077 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: artemis -version: 7.13.0-beta.3 +version: 7.13.1 description: Build dart types from GraphQL schemas and queries (using Introspection Query). homepage: https://github.com/comigor/artemis