Skip to content

Commit 9d881fb

Browse files
committed
release: v1.15.7
1 parent ed317d4 commit 9d881fb

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,22 @@ 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.15.7](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.15.5...v1.15.7)
8+
9+
- fix(deps): update swc [`#378`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/378)
10+
- chore(deps): update rust crate tracing to v0.1.44 [`#377`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/377)
11+
- chore(deps): update dependency @testing-library/react to v16.3.1 [`#376`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/376)
12+
- chore(deps): update dependency pnpm to v10.26.0 [`#375`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/375)
13+
714
#### [v1.15.5](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.15.4...v1.15.5)
815

16+
> 16 December 2025
17+
918
- chore(deps): update swc [`#374`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/374)
1019
- fix: revert `standard_only_visit_mut` to `noop_visit_mut_type` [`#373`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/373)
1120
- test: add jsx/tsx tests [`3f3a63f`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/3f3a63f1cddba65d76de004b9225ce8d80b4f1ce)
1221
- security: pin dependencies, change swc peer to `>=` [`6ad441d`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/6ad441dadc5f369d9bade0c4518d6b05925ef894)
13-
- renovate: remove rangeStrategy, auto will pin [`2b85af7`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/2b85af7c7c79d5e30fe81cc3616fd38ae1bfeae7)
22+
- release: v1.15.5 [`0eb5f95`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/0eb5f9586e566e085f6e2cd578ceb182d2253c29)
1423

1524
#### [v1.15.4](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.15.3...v1.15.4)
1625

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.15.5"
3+
version = "1.15.7"
44
edition = "2021"
55
authors = ["Alex Miller <codex.nz@gmail.com>"]
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.15.5",
3+
"version": "1.15.7",
44
"description": "@swc plugin for handling the transformation of import.meta.env",
55
"author": "Alex Miller <codex.nz@gmail.com>",
66
"homepage": "https://github.com/Codex-/swc-plugin-import-meta-env#readme",

0 commit comments

Comments
 (0)