From 8b4e6f7a97e77e8b24fd7ac318a2c4d0b7fe0450 Mon Sep 17 00:00:00 2001 From: Guillaume Roux Date: Fri, 26 Mar 2021 22:53:15 +0100 Subject: [PATCH] bump to 0.1.1 --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45d4800..a8728cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.1.1] - 26/03/2021. + +* Added methods `searchCategories`, `getBroadcasterSubscriptions` + ## [0.1.0] - 23/03/2021. * **Breaking Changes:** `getExtensionAnalytics`, `getGameAnalytics`, `getTopGames`, `searchChannels`, `getStreams` now returns an object of type `TwitchResponse` diff --git a/example/pubspec.lock b/example/pubspec.lock index 35ddd7e..43b12ad 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -49,7 +49,7 @@ packages: name: cupertino_icons url: "https://pub.dartlang.org" source: hosted - version: "1.0.0" + version: "1.0.2" dio: dependency: transitive description: @@ -162,7 +162,7 @@ packages: path: ".." relative: true source: path - version: "0.0.3" + version: "0.1.1" typed_data: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 02b155f..b6b7930 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: twitch_api description: A wrapper in pure Dart to connect to Twitch.tv using OAuth implicit authentication. -version: 0.1.0 +version: 0.1.1 homepage: https://github.com/TesteurManiak/twitch_api_flutter repository: https://github.com/TesteurManiak/twitch_api_flutter