diff --git a/CHANGELOG.md b/CHANGELOG.md index 8968778b..3fe317c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.5.1-wip +## 0.5.1 - Add [`TrustedTypes`](https://web.dev/trusted-types) members. - Include MDN API documentation as class and member dartdoc comments. Docs diff --git a/pubspec.yaml b/pubspec.yaml index 29e46a9d..93c2f132 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: web -version: 0.5.1-wip +version: 0.5.1 description: Lightweight browser API bindings built around JS static interop. repository: https://github.com/dart-lang/web