diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1f682ae14..d68b6056b 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.23", + "packages/swc": "0.4.24", "packages/typescript": "0.4.0", "packages/unplugin": "0.6.0" } diff --git a/packages/swc/CHANGELOG.md b/packages/swc/CHANGELOG.md index b1cbad16c..c3d20de3b 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.24](https://github.com/runtime-env/import-meta-env/compare/swc0.4.23...swc0.4.24) (2024-11-18) + + +### Bug Fixes + +* **deps:** update rust crate swc_core to v6.0.1 ([#1581](https://github.com/runtime-env/import-meta-env/issues/1581)) ([6499049](https://github.com/runtime-env/import-meta-env/commit/649904912ba4f7cc5b09aeb2fce4ce2958ee1324)) + ## [0.4.23](https://github.com/runtime-env/import-meta-env/compare/swc0.4.22...swc0.4.23) (2024-11-17) diff --git a/packages/swc/package.json b/packages/swc/package.json index ff6a5a6a5..285e1b3b5 100644 --- a/packages/swc/package.json +++ b/packages/swc/package.json @@ -1,6 +1,6 @@ { "name": "@import-meta-env/swc", - "version": "0.4.23", + "version": "0.4.24", "description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.", "license": "MIT", "author": "Ernest",