From 564b51973c6562080e28af59cf9296ef7dbfeec6 Mon Sep 17 00:00:00 2001 From: Ernest Date: Sun, 22 Dec 2024 11:49:30 +0800 Subject: [PATCH] chore: release main (#1650) :robot: I have created a release *beep* *boop* ---
swc: 0.4.27 ## [0.4.27](https://github.com/runtime-env/import-meta-env/compare/swc0.4.26...swc0.4.27) (2024-12-21) ### Bug Fixes * **deps:** update rust crate serde_json to v1.0.134 ([#1649](https://github.com/runtime-env/import-meta-env/issues/1649)) ([16db34c](https://github.com/runtime-env/import-meta-env/commit/16db34c2fdd4da5dcffa180ba3b02e06aea5a0ca))
--- 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/swc/CHANGELOG.md | 7 +++++++ packages/swc/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2b7100b4e..c96a1928f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "packages/cli": "0.7.1", "packages/flow": "0.2.0", "packages/prepare": "0.2.1", - "packages/swc": "0.4.26", + "packages/swc": "0.4.27", "packages/typescript": "0.4.0", "packages/unplugin": "0.6.1" } diff --git a/packages/swc/CHANGELOG.md b/packages/swc/CHANGELOG.md index cfdc4416e..9d42a9b58 100644 --- a/packages/swc/CHANGELOG.md +++ b/packages/swc/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.4.27](https://github.com/runtime-env/import-meta-env/compare/swc0.4.26...swc0.4.27) (2024-12-21) + + +### Bug Fixes + +* **deps:** update rust crate serde_json to v1.0.134 ([#1649](https://github.com/runtime-env/import-meta-env/issues/1649)) ([16db34c](https://github.com/runtime-env/import-meta-env/commit/16db34c2fdd4da5dcffa180ba3b02e06aea5a0ca)) + ## [0.4.26](https://github.com/runtime-env/import-meta-env/compare/swc0.4.25...swc0.4.26) (2024-12-11) diff --git a/packages/swc/package.json b/packages/swc/package.json index 58c77d6c6..667b5de5a 100644 --- a/packages/swc/package.json +++ b/packages/swc/package.json @@ -1,6 +1,6 @@ { "name": "@import-meta-env/swc", - "version": "0.4.26", + "version": "0.4.27", "description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.", "license": "MIT", "author": "Ernest",