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: