diff --git a/CHANGELOG.md b/CHANGELOG.md index ee75f73..21e42f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.1 + +* Some cool change + ## 1.4.0 * Fix `LineScanner`'s handling of `\r\n`'s to preventing errors scanning diff --git a/pubspec.yaml b/pubspec.yaml index a8295e9..ff1e23d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: string_scanner -version: 1.4.0 +version: 1.4.1 description: A class for parsing strings using a sequence of patterns. repository: https://github.com/dart-lang/string_scanner