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: