From 78ec34209e7768b8f168dcfd48ccfdfa8ee46371 Mon Sep 17 00:00:00 2001 From: birjuvachhani Date: Thu, 22 Jun 2023 10:19:30 +0530 Subject: [PATCH] :bookmark: Release v4.2.2 --- CHANGELOG.md | 5 +++++ lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9d4db9..4b06f38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 4.2.2 + +- Upgrade dependencies. +- Use `isTrue` matcher instead of `true` in tests. Contributed by [@dkrutskikh](https://github.com/dkrutskikh) + ## 4.2.1 - Upgrade dependencies. diff --git a/lib/src/version.dart b/lib/src/version.dart index 54dab6b..33b1641 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '4.2.1'; +const packageVersion = '4.2.2'; diff --git a/pubspec.yaml b/pubspec.yaml index 2233eb1..922ad7f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: spider description: A small dart command-line tool for generating dart references of assets from the assets folder. -version: 4.2.1 +version: 4.2.2 repository: https://github.com/BirjuVachhani/spider homepage: https://github.com/BirjuVachhani/spider