From 5d87dc8a0638b9f494e7044dc78bd4520341ab6d Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Wed, 3 May 2023 12:13:26 -0700 Subject: [PATCH] added package topics to the pubspec file (#215) * added package topics to the pubspec file * Update pubspec.yaml --- CHANGELOG.md | 4 ++++ pubspec.yaml | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 725d157..7b2ab38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.15.3 + +- Added package topics to the pubspec file. + ## 0.15.2 - Add additional types at the API boundary (in `lib/parser.dart` and others). diff --git a/pubspec.yaml b/pubspec.yaml index eb222a6..f6f56f1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,12 @@ name: html -version: 0.15.2 +version: 0.15.3 description: APIs for parsing and manipulating HTML content outside the browser. repository: https://github.com/dart-lang/html +topics: + - html + - web + environment: sdk: '>=2.17.0 <3.0.0'