Skip to content

Commit 47e1a9a

Browse files
committed
release: v1.15.4
1 parent 50ea799 commit 47e1a9a

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,32 @@ 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.4](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.15.3...v1.15.4)
8+
9+
- fix(deps): update swc [`#372`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/372)
10+
- feat: add `swc_ast_unknown` to improve compatibility [`#367`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/367)
11+
- chore(deps): update actions/cache action to v5 [`#371`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/371)
12+
- chore(deps): update dependency node to v24.12.0 [`#369`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/369)
13+
- chore(deps): update dependency release-it to ^19.1.0 [`#370`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/370)
14+
- chore(deps): update dependency pnpm to v10.25.0 [`#368`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/368)
15+
- fix(deps): update rust crate swc_core to 50.1.3 [`#366`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/366)
16+
- fix(deps): update rust crate swc_core to 50.1.0 [`#365`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/365)
17+
- fix(deps): update rust crate swc_core to v50 [`#364`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/364)
18+
- chore(deps): update dependency pnpm to v10.24.0 [`#362`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/362)
19+
- fix(deps): update rust crate tracing to 0.1.43 [`#361`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/361)
20+
- fix(deps): update rust crate swc_core to v49 [`#360`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/360)
21+
- cicd(release): changes for release-it [`50ea799`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/50ea799b0b92d5667cc0d8dda1f0d50ca5f81a60)
22+
- security: replace release token with npm OIDC [`51f12d6`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/51f12d6e8a01aa4c6ecba0c171fd6fa497dc7548)
23+
- Add swc_ast_unknown [`44b8e75`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/44b8e758bafb016b8223d7215cbd9557233508b8)
24+
725
#### [v1.15.3](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.15.2...v1.15.3)
826

27+
> 23 November 2025
28+
929
- fix(deps): update swc [`#359`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/359)
1030
- chore(deps): update actions/checkout action to v6 [`#358`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/358)
1131
- chore(deps): update dependency pnpm to v10.23.0 [`#357`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/357)
32+
- release: v1.15.3 [`ce57377`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/ce573775ea15c2a61556cd9b004893bccee319e3)
1233

1334
#### [v1.15.2](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.15.1...v1.15.2)
1435

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