diff --git a/CHANGELOG.md b/CHANGELOG.md index 68556b2..d0c0304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ +## 1.10.5+1 +- Export `CommentsList` class. + + ## 1.10.5 -- Implement: `CommentsList.totalCount` (#150), `Comment.isHearted` (#151). +- Implement: `CommentsList.totalLength` (#150), `Comment.isHearted` (#151). ## 1.10.4 - Fix infinite loop when getting channel uploads. diff --git a/lib/src/videos/comments/comments.dart b/lib/src/videos/comments/comments.dart index 10e27d2..054b842 100644 --- a/lib/src/videos/comments/comments.dart +++ b/lib/src/videos/comments/comments.dart @@ -1,2 +1,3 @@ export 'comment.dart'; export 'comments_client.dart'; +export 'comments_list.dart'; \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 9bf5f0d..21788d9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: youtube_explode_dart description: A port in dart of the youtube explode library. Supports several API functions without the need of Youtube API Key. -version: 1.10.5 +version: 1.10.1 homepage: https://github.com/Hexer10/youtube_explode_dart