diff --git a/CHANGELOG.md b/CHANGELOG.md index d1bcda5..12ec48b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.2.3+1 + +* Fix a new strong mode error. + # 1.2.3 * Fix a bug where a point span at the end of a file without a trailing newline diff --git a/pubspec.yaml b/pubspec.yaml index 3ef97ed..448a112 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: source_span -version: 1.2.3 +version: 1.2.3+1 author: Dart Team description: A library for identifying source spans and locations. homepage: https://github.com/dart-lang/source_span