diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bd9d29..21fc041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 0.14.0+3 -- Fix spans generated for HTML with higher-plane unicode characters (eg. emojis) +- Fix spans generated for HTML with higher-plane unicode characters + (eg. emojis). ## 0.14.0+2 @@ -73,7 +74,7 @@ #### Pub version 0.12.2+2 * Support `csslib` versions `0.13.x`. - + #### Pub version 0.12.2+1 * Exclude `.packages` file from the published package. diff --git a/pubspec.yaml b/pubspec.yaml index b5eaa1a..71f41db 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: html -version: 0.14.0+2 +version: 0.14.0+3 description: APIs for parsing and manipulating HTML content outside the browser. author: Dart Team