Skip to content

Commit 9a881fc

Browse files
committed
release: v1.15.1
1 parent 806e5ff commit 9a881fc

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,25 @@ 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.1](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.13.21...v1.15.1)
8+
9+
> 13 November 2025
10+
11+
- chore(deps): update dependency pnpm to v10.22.0 [`#353`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/353)
12+
- chore(deps): update dependency node to v24.11.1 [`#352`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/352)
13+
- chore(deps): update dependency @swc/core to ^1.15.1 [`#346`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/346)
14+
- chore(deps): update dependency pnpm to v10.21.0 [`#350`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/350)
15+
- chore(deps): update dependency release-it to ^19.0.6 [`#349`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/349)
16+
- chore(deps): update dependency node to v24 [`#347`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/347)
17+
- chore(deps): update dependency pnpm to v10.20.0 [`#345`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/345)
18+
- chore(deps): update dependency node to v22.21.1 [`#344`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/344)
19+
- fix(deps): update rust crate swc_core to v47 [`c39d16f`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/c39d16f074fa5e0d1fe22ea30d88ccdf1d6fa4ac)
20+
- renovate: include major bumps in swc group [`1d305e2`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/1d305e23912cd86329785bfdbba1502cf70e5abf)
21+
722
#### [v1.13.21](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.13.20...v1.13.21)
823

24+
> 26 October 2025
25+
926
- fix(deps): update swc [`#343`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/343)
1027
- chore(deps): update dependency pnpm to v10.19.0 [`#342`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/342)
1128
- fix(deps): update rust crate swc_core to v45 [`#341`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/341)

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.21"
3+
version = "1.15.1"
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.21",
3+
"version": "1.15.1",
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)