re-publish package:html, but without the .packages file.
Fixes #25262

R=johnmccutchan@google.com

Review URL: https://codereview.chromium.org//1528213003 .
diff --git a/.gitignore b/.gitignore
index e979170..f20a0d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
 .pub
 build/
 packages
+.packages
 
 # Or the files created by dart2js.
 *.dart.js
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 588c735..f4861d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,9 @@
 This file contains highlights of what changes on each version of the html
 package.
 
+#### Pub version 0.12.2+1
+  * Exclude `.packages` file from the published package.
+
 #### Pub version 0.12.2
   * Added `Element.endSourceSpan`, containing the span of a closing tag.
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 15c83c7..64c8ea6 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: html
-version: 0.12.2
+version: 0.12.2+1
 author: Dart Team <misc@dartlang.org>
 description: A library for working with HTML documents. Previously known as html5lib.
 homepage: https://github.com/dart-lang/html