diff --git a/CHANGELOG.md b/CHANGELOG.md index 91788ff..db136a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.2.2 + +- Added additional `String` manipulation utilities, including: + - `capitalizeWords`: Capitalizes the first letter of each word in the string. + - `spacePascalCase`: Adds spaces between words in a PascalCase string. + ## 1.2.1 - Added additional documentation and examples for new extension. diff --git a/pubspec.yaml b/pubspec.yaml index 92e2af0..1cab659 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: arcane_helper_utils description: Provides a variety of helpful utilities and extensions for Flutter and Dart. -version: 1.2.1 +version: 1.2.2 repository: https://github.com/hanskokx/arcane_helper_utils issue_tracker: https://github.com/hanskokx/arcane_helper_utils/issues