Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ktym4a committed Oct 30, 2024
1 parent ff08d31 commit 91dd0b7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/hungry-students-tell.md

This file was deleted.

6 changes: 6 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# astro-page-insight

## 0.9.0

### Minor Changes

- ff08d31: [experimental] Support astro v5

## 0.8.7

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-page-insight",
"version": "0.8.7",
"version": "0.9.0",
"description": "Shows everything to improve from Lighthouse results directly on the page.",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -32,7 +32,9 @@
"import": "./dist/integration.js"
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
Expand Down

0 comments on commit 91dd0b7

Please sign in to comment.