diff --git a/js/CHANGELOG.md b/js/CHANGELOG.md
index 43ccf49..314044e 100644
--- a/js/CHANGELOG.md
+++ b/js/CHANGELOG.md
@@ -1,3 +1,8 @@
+3.0.0-alpha.0
+
+* package.json defaults to ES6 module, fixing issues related to named imports [#317, #248]
+* Internal code has consistent naming and style conventions [#287]
+
2.11.0
* `FetchSource` takes optional 2nd param `Headers` to apply custom headers to all requests.
diff --git a/js/examples/leaflet.html b/js/examples/leaflet.html
index 3714b57..704e170 100644
--- a/js/examples/leaflet.html
+++ b/js/examples/leaflet.html
@@ -4,7 +4,7 @@
-
+