diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 221bbfc72..ac7d10d4c 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.21", + "packages/swc": "0.4.22", "packages/typescript": "0.4.0", "packages/unplugin": "0.6.0" } diff --git a/packages/swc/CHANGELOG.md b/packages/swc/CHANGELOG.md index 0d437bc58..a06706e76 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.22](https://github.com/runtime-env/import-meta-env/compare/swc0.4.21...swc0.4.22) (2024-11-16) + + +### Bug Fixes + +* **deps:** update rust crate swc_core to v6 ([#1577](https://github.com/runtime-env/import-meta-env/issues/1577)) ([f0032ea](https://github.com/runtime-env/import-meta-env/commit/f0032ea60fb87f9ef61a96118cd8be2c85f12f05)) + ## [0.4.21](https://github.com/runtime-env/import-meta-env/compare/swc0.4.20...swc0.4.21) (2024-11-13) diff --git a/packages/swc/package.json b/packages/swc/package.json index a9405b345..298c471bb 100644 --- a/packages/swc/package.json +++ b/packages/swc/package.json @@ -1,6 +1,6 @@ { "name": "@import-meta-env/swc", - "version": "0.4.21", + "version": "0.4.22", "description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.", "license": "MIT", "author": "Ernest",