Skip to content

Commit

Permalink
chore: release v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Jan 25, 2024
1 parent 7ecd5f7 commit da9fbf1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "0.7.1",
"version": "0.7.2",
"private": "true",
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions examples/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-demo",
"version": "0.7.1",
"version": "0.7.2",
"description": "",
"private": true,
"scripts": {
Expand All @@ -21,4 +21,4 @@
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unplugin-info",
"version": "0.7.1",
"version": "0.7.2",
"description": "Export build information as virutal module",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -144,4 +144,4 @@
}
},
"packageManager": "[email protected]"
}
}

0 comments on commit da9fbf1

Please sign in to comment.