From b4d8ad9f78d8a76c9c070bd817e22c1a373289fb Mon Sep 17 00:00:00 2001 From: birjuvachhani Date: Fri, 23 Dec 2022 23:03:35 +0530 Subject: [PATCH] Release v4.2.0 --- CHANGELOG.md | 2 +- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 085a0dd..004cae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 4.2.0 (Unreleased) +## 4.2.0 - Add support for **font family** code-gen. Checkout docs for more info. - Fix typo in `KEY_IGNORED_RULES`. diff --git a/lib/src/version.dart b/lib/src/version.dart index 2384f91..c8bf6ec 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '4.1.0'; +const packageVersion = '4.2.0'; diff --git a/pubspec.yaml b/pubspec.yaml index 7b9ee28..bcf008b 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.1.0 +version: 4.2.0 repository: https://github.com/BirjuVachhani/spider homepage: https://github.com/BirjuVachhani/spider