Skip to content

Commit f290b2a

Browse files
authored
Increment patch version to v0.10.0 (#1350)
This is a breaking release due to exposing groups and snapshots. Update the README to show the new import style.
1 parent ac36b16 commit f290b2a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/web-features/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ npm install web-features
99
```
1010

1111
```js
12-
import webFeatures from "web-features";
12+
import { features, groups, snapshots } from "web-features";
1313
```
1414

1515
## Rendering Baseline statuses with `web-features`

packages/web-features/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/web-features/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "web-features",
33
"description": "Curated list of Web platform features",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)