From b3607e2ab00782f4dfa520b4bc8e7efb416aadcd Mon Sep 17 00:00:00 2001 From: yjl9903 Date: Thu, 3 Oct 2024 00:47:15 +0800 Subject: [PATCH] chore: release v1.2.1 --- examples/nuxt/package.json | 2 +- examples/vite/package.json | 2 +- examples/webpack/package.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/nuxt/package.json b/examples/nuxt/package.json index bac3e45..c195e9f 100644 --- a/examples/nuxt/package.json +++ b/examples/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "unplugin-info-nuxt-demo", - "version": "1.2.0", + "version": "1.2.1", "private": "true", "type": "module", "scripts": { diff --git a/examples/vite/package.json b/examples/vite/package.json index 60961da..35ae770 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -1,6 +1,6 @@ { "name": "unplugin-info-vite-demo", - "version": "1.2.0", + "version": "1.2.1", "private": "true", "type": "module", "scripts": { diff --git a/examples/webpack/package.json b/examples/webpack/package.json index ddc6ea8..5960f30 100644 --- a/examples/webpack/package.json +++ b/examples/webpack/package.json @@ -1,6 +1,6 @@ { "name": "webpack-demo", - "version": "1.2.0", + "version": "1.2.1", "description": "", "private": true, "scripts": { diff --git a/package.json b/package.json index ee3c8b3..6cc68b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unplugin-info", - "version": "1.2.0", + "version": "1.2.1", "description": "Export build information as virutal module", "keywords": [ "debug",