Skip to content

Commit 76a4e2c

Browse files
committed
release: v1.13.20
1 parent 39e356e commit 76a4e2c

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v1.13.20](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.13.19...v1.13.20)
8+
9+
- chore(deps): update dependency @swc/core to ^1.13.20 [`#333`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/333)
10+
711
#### [v1.13.19](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.13.5...v1.13.19)
812

13+
> 26 September 2025
14+
915
- chore(deps): update dependency @swc/core to ^1.13.19 [`#331`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/331)
1016
- chore(config): migrate renovate config [`#330`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/330)
1117
- chore(deps): update dependency node to v22.20.0 [`#329`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/329)
@@ -31,9 +37,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
3137
- fix(deps): update rust crate swc_core to v38 [`#309`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/309)
3238
- chore(deps): update dependency node to v22.19.0 [`#308`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/308)
3339
- chore(deps): update dependency jest to ^30.1.1 [`#307`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/307)
40+
- release: v1.13.19 [`05e8a12`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/05e8a129b224b4374c8edbeb6cc27dbf25f4e9b4)
3441
- refactor: simplify transform [`93804e9`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/93804e95ce9e93e337a83a8878e7c4ba49ce7592)
3542
- renovate: update config [`a8ee713`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/a8ee713287d2771f049864d7d43f2e0131f9fc06)
36-
- feat: use `standard_only_visit_mut` to reduce size [`a8de60b`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/a8de60beb3d60a94de27a466595f5a2e2defed75)
3743

3844
#### [v1.13.5](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.13.4...v1.13.5)
3945

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swc_plugin_import_meta_env"
3-
version = "1.13.19"
3+
version = "1.13.20"
44
edition = "2021"
55
authors = ["Alex Miller <[email protected]>"]
66
description = "SWC plugin for handling the transformation of import.meta.env"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swc-plugin-import-meta-env",
3-
"version": "1.13.19",
3+
"version": "1.13.20",
44
"description": "@swc plugin for handling the transformation of import.meta.env",
55
"author": "Alex Miller <[email protected]>",
66
"homepage": "https://github.com/Codex-/swc-plugin-import-meta-env#readme",

0 commit comments

Comments
 (0)