Skip to content

Commit 5456edf

Browse files
committed
release: v1.15.8
1 parent 3905071 commit 5456edf

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,26 @@ 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.8](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.15.7...v1.15.8)
8+
9+
- fix(deps): update swc [`#384`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/384)
10+
- fix(deps): update rust crate swc_core to v53 [`#383`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/383)
11+
- chore(deps): update dependency release-it to v19.2.2 [`#382`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/382)
12+
- chore(deps): update dependency release-it to v19.2.1 [`#381`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/381)
13+
- chore(deps): update dependency pnpm to v10.26.2 [`#380`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/380)
14+
- chore(deps): update dependency pnpm to v10.26.1 [`#379`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/379)
15+
- chore(deps): Bump glob 10.4.5 -> 10.5.0 [`c072a88`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/c072a88ecf876401ea70c19e63d868862afa5ed5)
16+
- chore(deps): Bump js-yaml 3.14.1 -> 3.14.2 [`d0ca027`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/d0ca027dff421c08d462f62616f6061224d1be70)
17+
718
#### [v1.15.7](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.15.5...v1.15.7)
819

20+
> 20 December 2025
21+
922
- fix(deps): update swc [`#378`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/378)
1023
- chore(deps): update rust crate tracing to v0.1.44 [`#377`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/377)
1124
- chore(deps): update dependency @testing-library/react to v16.3.1 [`#376`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/376)
1225
- chore(deps): update dependency pnpm to v10.26.0 [`#375`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/375)
26+
- release: v1.15.7 [`9d881fb`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/9d881fbcea6d4f3be8466c05129813fb6015c5e5)
1327

1428
#### [v1.15.5](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.15.4...v1.15.5)
1529

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