Bump
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b23c18..ee47f53 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.13.3+3
+
+* Fix missing_return analyzer errors in `processStartTag` and `processEndTag`
+  methods.
+
 ## 0.13.3+2
 
 * Set max SDK version to `<3.0.0`, and adjust other dependencies.
diff --git a/pubspec.yaml b/pubspec.yaml
index 0aa377c..7aeb9ba 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: html
-version: 0.13.3+2
+version: 0.13.3+3
 
 description: A library for working with HTML documents. Previously known as html5lib.
 author: Dart Team <misc@dartlang.org>