Skip to content

Commit

Permalink
chore: release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Oct 2, 2024
1 parent 3424299 commit b3607e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unplugin-info-nuxt-demo",
"version": "1.2.0",
"version": "1.2.1",
"private": "true",
"type": "module",
"scripts": {
Expand Down
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": "unplugin-info-vite-demo",
"version": "1.2.0",
"version": "1.2.1",
"private": "true",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-demo",
"version": "1.2.0",
"version": "1.2.1",
"description": "",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unplugin-info",
"version": "1.2.0",
"version": "1.2.1",
"description": "Export build information as virutal module",
"keywords": [
"debug",
Expand Down

0 comments on commit b3607e2

Please sign in to comment.