From 3a18eae3aced345f50a80309e829aa90afa172fd Mon Sep 17 00:00:00 2001 From: birjuvachhani Date: Mon, 14 Mar 2022 17:53:09 +0530 Subject: [PATCH] :bookmark: Release v2.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 9a7c3d3..5c81190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.2.2 + +- PR[(#45)(https://github.com/BirjuVachhani/spider/pull/45)] Sort generated file maps by file basenames by ( + @WSydnA)https://github.com/WSydnA + ## 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 diff --git a/lib/src/version.dart b/lib/src/version.dart index 5022a53..adc18cb 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.2.1'; +const packageVersion = '2.2.2'; diff --git a/pubspec.yaml b/pubspec.yaml index 265c651..39966c8 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.1 +version: 2.2.2 homepage: https://github.com/BirjuVachhani/spider environment: