Publish linter `0.1.24`.

* Internal updates to keep up with changes in the analyzer package.
* Updated `close_sinks` to respect calls to `destroy` (#282).
* Fixed `only_throw_errors` to report on the expression not node.

BUG=
R=scheglov@google.com

Review URL: https://codereview.chromium.org//2245123002 .
diff --git a/.gitignore b/.gitignore
index 90df719..560f6c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 .packages
 linter.iml
 .atom
+/.vscode
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5585226..6430a59 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,13 @@
+# 0.1.24
+
+* Internal updates to keep up with changes in the analyzer package.
+* Updated `close_sinks` to respect calls to `destroy` (#282).
+* Fixed `only_throw_errors` to report on the expression not node.
+
 # 0.1.23
 
 * Removed `whitespace_around_ops` pending re-name and re-design (#249).
 
-
 # 0.1.22
 
 * Grinder support (`rule:rule_name` and `docs:location`) for rule stub and doc generation (respectively).