From 77c31fd0a16862c46ac885d8d75bc4377c591a16 Mon Sep 17 00:00:00 2001 From: Leonardo Rosa Date: Sun, 6 Feb 2022 07:48:23 -0300 Subject: [PATCH] v0.0.6 --- CHANGELOG.md | 8 +++++++- pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7693c0f..81a2cb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,4 +19,10 @@ ## 0.0.5 -- Updated dependencies \ No newline at end of file +- Updated dependencies + +## 0.0.6 + +### Features + +- Added `startsWithCapital` method \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index c9a6503..669e1bc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: string_capitalize description: Simple extension for Dart language to capitalize our strings -version: 0.0.5 +version: 0.0.6 homepage: https://github.com/LeonardoRosaa/string_capitalize environment: