From 2c587d275f1dbef121f2c2299a149d3bf2a36be5 Mon Sep 17 00:00:00 2001 From: birjuvachhani Date: Wed, 16 Nov 2022 18:08:12 +0530 Subject: [PATCH] Release v4.1.0 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99bef07..bc6fb12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 4.1.0 + +- Adds support for code generation on bundled package assets. Contributed by [@Aqluse](https://github.com/Aqluse) +- Upgraded dependencies. + ## 4.0.0 - Structural rewrite of the internal workings of the library that utilizes `CommandRunner`, `Command` and `FlagCommand` diff --git a/pubspec.yaml b/pubspec.yaml index 8a929f3..ba35503 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.0.0 +version: 4.1.0 repository: https://github.com/BirjuVachhani/spider homepage: https://github.com/BirjuVachhani/spider