From 467e8e56cf51513a52892b5ed435584bee90781e Mon Sep 17 00:00:00 2001 From: birjuvachhani Date: Mon, 14 Feb 2022 10:34:29 +0530 Subject: [PATCH] :bookmark: Release v2.2.1 --- CHANGELOG.md | 4 ++++ lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b656286..9a7c3d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.2.1 + +- PR[[#41](https://github.com/BirjuVachhani/spider/pull/41)]: values is not formatted in camel case if asset is written in snake case + ## 2.2.0 - [[#38]](https://github.com/BirjuVachhani/spider/issues/38): Add option to generate values list just like enums. diff --git a/lib/src/version.dart b/lib/src/version.dart index 3f25c8a..5022a53 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.2.0'; +const packageVersion = '2.2.1'; diff --git a/pubspec.yaml b/pubspec.yaml index 40130d0..7e7ed0b 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: 2.2.0 +version: 2.2.1 homepage: https://github.com/BirjuVachhani/spider environment: