diff --git a/CHANGELOG.md b/CHANGELOG.md index a6d525f..f1fd2be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.0.0 +__20.10.2023__ +- Fixed an issue with link formatting. + ## 4.0.0-dev.1 __17.09.2023__ - Bump nyxx to `6.0.0`. See the changelog at https://pub.dev/packages/nyxx for more information. diff --git a/pubspec.yaml b/pubspec.yaml index 60f688e..4837d9c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: nyxx_extensions -version: 4.0.0-dev.1 +version: 4.0.0 description: Extensions to the Discord API provided in nyxx, including pagination support and message sanitization. repository: https://github.com/nyxx-discord/nyxx_extensions documentation: https://nyxx.l7ssha.xyz @@ -10,10 +10,10 @@ environment: dependencies: http: ^1.1.0 - nyxx: ^6.0.0-dev.3 + nyxx: ^6.0.0 dev_dependencies: coverage: ^1.0.3 - lints: ^2.0.1 + lints: ^3.0.0 mockito: ^5.4.2 test: ^1.17.0