Skip to content

Commit c72a0ae

Browse files
committed
Add changelog
1 parent 696b3f2 commit c72a0ae

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pkgs/string_scanner/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.1
2+
3+
* Move to `dart-lang/tools` monorepo.
4+
15
## 1.4.0
26

37
* Fix `LineScanner`'s handling of `\r\n`'s to preventing errors scanning

pkgs/string_scanner/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: string_scanner
2-
version: 1.4.0
2+
version: 1.4.1
33
description: A class for parsing strings using a sequence of patterns.
44
repository: https://github.com/dart-lang/tools/tree/main/pkgs/string_scanner
55

0 commit comments

Comments
 (0)