Skip to content

Commit 0029eee

Browse files
committed
release: v1.15.2
1 parent 6743292 commit 0029eee

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ 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.2](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.15.1...v1.15.2)
8+
9+
- fix(deps): update swc [`#356`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/356)
10+
- chore(deps): lock file maintenance [`#355`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/355)
11+
- fix(deps): update rust crate swc_core to 47.0.5 [`#354`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/354)
12+
713
#### [v1.15.1](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.13.21...v1.15.1)
814

9-
> 13 November 2025
15+
> 14 November 2025
1016
1117
- chore(deps): update dependency pnpm to v10.22.0 [`#353`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/353)
1218
- chore(deps): update dependency node to v24.11.1 [`#352`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/352)
@@ -17,11 +23,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1723
- chore(deps): update dependency pnpm to v10.20.0 [`#345`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/345)
1824
- chore(deps): update dependency node to v22.21.1 [`#344`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/344)
1925
- fix(deps): update rust crate swc_core to v47 [`c39d16f`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/c39d16f074fa5e0d1fe22ea30d88ccdf1d6fa4ac)
26+
- release: v1.15.1 [`9a881fc`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/9a881fc6e187c97cce8839b2fb09f4cef5fcda1c)
2027
- renovate: include major bumps in swc group [`1d305e2`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/1d305e23912cd86329785bfdbba1502cf70e5abf)
2128

2229
#### [v1.13.21](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.13.20...v1.13.21)
2330

24-
> 26 October 2025
31+
> 25 October 2025
2532
2633
- fix(deps): update swc [`#343`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/343)
2734
- chore(deps): update dependency pnpm to v10.19.0 [`#342`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/342)
@@ -34,6 +41,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
3441
- chore(deps): update dependency pnpm to v10.18.1 [`#337`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/337)
3542
- chore(deps): update dependency pnpm to v10.18.0 [`#336`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/336)
3643
- chore(deps): update dependency jest to ^30.2.0 [`#334`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/334)
44+
- release: v1.13.21 [`6dc36b3`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/6dc36b3d7e5bdd98d519f84e9e203ff26788df68)
3745

3846
#### [v1.13.20](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.13.19...v1.13.20)
3947

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.1"
3+
version = "1.15.2"
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.15.1",
3+
"version": "1.15.2",
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)