From 2fb3623a134999b5a58684dffc7a34daa8367e2e Mon Sep 17 00:00:00 2001 From: Srujan Gaddam Date: Tue, 5 Mar 2024 11:10:43 -0800 Subject: [PATCH] Publish 0.5.1 --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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