Skip to content

Commit

Permalink
Increment patch version to v0.10.0 (#1350)
Browse files Browse the repository at this point in the history
This is a breaking release due to exposing groups and snapshots. Update
the README to show the new import style.
  • Loading branch information
foolip committed Jul 10, 2024
1 parent ac36b16 commit f290b2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/web-features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ npm install web-features
```

```js
import webFeatures from "web-features";
import { features, groups, snapshots } from "web-features";
```

## Rendering Baseline statuses with `web-features`
Expand Down
4 changes: 2 additions & 2 deletions packages/web-features/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/web-features/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web-features",
"description": "Curated list of Web platform features",
"version": "0.9.0",
"version": "0.10.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit f290b2a

Please # to comment.