Skip to content

Commit

Permalink
Release 6.2.1 (#648)
Browse files Browse the repository at this point in the history
* make `ApplicationCommand.integrationTypes` empty list if api returns null/undefined

* apply abito suggestion

* Release 6.2.1

---------

Co-authored-by: MCausc78 <[email protected]>
  • Loading branch information
abitofevrything and MCausc78 authored Apr 3, 2024
1 parent 89068e7 commit 63a9b26
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 6.2.1
__03.04.2024__

- bug: Fix parsing integration types when they are not present.

## 6.2.0
__20.03.2024__

Expand Down
2 changes: 1 addition & 1 deletion lib/src/api_options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'package:oauth2/oauth2.dart';
/// Options for connecting to the Discord API.
abstract class ApiOptions {
/// The version of nyxx used in [defaultUserAgent].
static const nyxxVersion = '6.2.0';
static const nyxxVersion = '6.2.1';

/// The URL to the nyxx repository used in [defaultUserAgent].
static const nyxxRepositoryUrl = 'https://github.com/nyxx-discord/nyxx';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: nyxx
version: 6.2.0
version: 6.2.1
description: A complete, robust and efficient wrapper around Discord's API for bots & applications.
homepage: https://github.com/nyxx-discord/nyxx
repository: https://github.com/nyxx-discord/nyxx
Expand Down

0 comments on commit 63a9b26

Please sign in to comment.