diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 531cb179f..2b7100b4e 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.25", + "packages/swc": "0.4.26", "packages/typescript": "0.4.0", "packages/unplugin": "0.6.1" } diff --git a/packages/swc/CHANGELOG.md b/packages/swc/CHANGELOG.md index d0a31388d..cfdc4416e 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.26](https://github.com/runtime-env/import-meta-env/compare/swc0.4.25...swc0.4.26) (2024-12-11) + + +### Bug Fixes + +* **deps:** update rust crate serde to v1.0.216 ([#1634](https://github.com/runtime-env/import-meta-env/issues/1634)) ([bb2d418](https://github.com/runtime-env/import-meta-env/commit/bb2d4180a5cfa0658566509e85a24395ec6926ab)) + ## [0.4.25](https://github.com/runtime-env/import-meta-env/compare/swc0.4.24...swc0.4.25) (2024-11-25) diff --git a/packages/swc/package.json b/packages/swc/package.json index 3cf1f4518..58c77d6c6 100644 --- a/packages/swc/package.json +++ b/packages/swc/package.json @@ -1,6 +1,6 @@ { "name": "@import-meta-env/swc", - "version": "0.4.25", + "version": "0.4.26", "description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.", "license": "MIT", "author": "Ernest",