Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit 5d87dc8

Browse files
authored
added package topics to the pubspec file (#215)
* added package topics to the pubspec file * Update pubspec.yaml
1 parent 0438b26 commit 5d87dc8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.15.3
2+
3+
- Added package topics to the pubspec file.
4+
15
## 0.15.2
26

37
- Add additional types at the API boundary (in `lib/parser.dart` and others).

pubspec.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: html
2-
version: 0.15.2
2+
version: 0.15.3
33
description: APIs for parsing and manipulating HTML content outside the browser.
44
repository: https://github.com/dart-lang/html
55

6+
topics:
7+
- html
8+
- web
9+
610
environment:
711
sdk: '>=2.17.0 <3.0.0'
812

0 commit comments

Comments
 (0)