From c6ff445de23e9c8edd82ec4ca5cd01834c45e45f Mon Sep 17 00:00:00 2001 From: Ernest Date: Sat, 7 Dec 2024 18:38:31 +0800 Subject: [PATCH] chore: release main (#1630) :robot: I have created a release *beep* *boop* ---
unplugin: 0.6.1 ## [0.6.1](https://github.com/runtime-env/import-meta-env/compare/unplugin0.6.0...unplugin0.6.1) (2024-12-07) ### Bug Fixes * **deps:** update dependency unplugin to v2 ([#1623](https://github.com/runtime-env/import-meta-env/issues/1623)) ([11dfa6d](https://github.com/runtime-env/import-meta-env/commit/11dfa6d116ee8260b1689ec56be8ee71f0979f3e))
--- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- packages/unplugin/CHANGELOG.md | 7 +++++++ packages/unplugin/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5482b81cf..531cb179f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -5,5 +5,5 @@ "packages/prepare": "0.2.1", "packages/swc": "0.4.25", "packages/typescript": "0.4.0", - "packages/unplugin": "0.6.0" + "packages/unplugin": "0.6.1" } diff --git a/packages/unplugin/CHANGELOG.md b/packages/unplugin/CHANGELOG.md index d9d291298..6310c9dd5 100644 --- a/packages/unplugin/CHANGELOG.md +++ b/packages/unplugin/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.6.1](https://github.com/runtime-env/import-meta-env/compare/unplugin0.6.0...unplugin0.6.1) (2024-12-07) + + +### Bug Fixes + +* **deps:** update dependency unplugin to v2 ([#1623](https://github.com/runtime-env/import-meta-env/issues/1623)) ([11dfa6d](https://github.com/runtime-env/import-meta-env/commit/11dfa6d116ee8260b1689ec56be8ee71f0979f3e)) + ## [0.6.0](https://github.com/runtime-env/import-meta-env/compare/unplugin0.5.2...unplugin0.6.0) (2024-09-01) diff --git a/packages/unplugin/package.json b/packages/unplugin/package.json index 163dd4951..1e88b832a 100644 --- a/packages/unplugin/package.json +++ b/packages/unplugin/package.json @@ -1,6 +1,6 @@ { "name": "@import-meta-env/unplugin", - "version": "0.6.0", + "version": "0.6.1", "description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.", "license": "MIT", "author": "Ernest",