[pkg/js] update package:js changelog; prep for publishing

Change-Id: I9a9bdb94f9aeed1364f4905a4734fc7b2512c81d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/264262
Reviewed-by: Joshua Litt <joshualitt@google.com>
Reviewed-by: Srujan Gaddam <srujzs@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
diff --git a/pkg/js/CHANGELOG.md b/pkg/js/CHANGELOG.md
index 8c22600..f8b7f94 100644
--- a/pkg/js/CHANGELOG.md
+++ b/pkg/js/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 0.6.5
+
+* Populate the pubspec repository field.
+* Add a dependency on `package:meta`.
+* Add an experimental `@trustTypes` annotation.
+
 ## 0.6.4
 
 * Includes `@staticInterop` to allow interop with native types from `dart:html`.
diff --git a/pkg/js/README.md b/pkg/js/README.md
index cf4be84..551850d 100644
--- a/pkg/js/README.md
+++ b/pkg/js/README.md
@@ -14,7 +14,6 @@
 A second library in this package, `js_util`, provides low-level utilities
 that you can use when it isn't possible to wrap JavaScript with a static, annotated API.
 
-
 ## Example
 
 See the [Chart.js Dart API](https://github.com/google/chartjs.dart/) for an
diff --git a/pkg/js/pubspec.yaml b/pkg/js/pubspec.yaml
index 25acfba..e0f68c8 100644
--- a/pkg/js/pubspec.yaml
+++ b/pkg/js/pubspec.yaml
@@ -1,5 +1,5 @@
 name: js
-version: 0.6.4
+version: 0.6.5
 description: Annotations to create static Dart interfaces for JavaScript APIs.
 repository: https://github.com/dart-lang/sdk/tree/main/pkg/js