From c464c226c604217cb3ca53ebda2a8bf6ed9e7ecc Mon Sep 17 00:00:00 2001 From: iota9star Date: Wed, 22 Mar 2023 14:23:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v0.1.4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 252c33d..6b41446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.4 + +- Add `class` comments. + ## 0.1.3 - Improve codegen. diff --git a/pubspec.yaml b/pubspec.yaml index 01791e1..0446ab9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: env2dart description: A simple way to generate `dart` code from a `.env` file. -version: 0.1.3 +version: 0.1.4 repository: https://github.com/fluttercandies/env2dart environment: