Skip to content

Commit 84bd1da

Browse files
committed
release: v1.11.31
1 parent c32ff2c commit 84bd1da

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
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.11.31](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.11.29...v1.11.31)
8+
9+
- fix(deps): update swc [`#246`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/246)
10+
- fix(deps): update rust crate swc_core to 26.4.4 [`#245`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/245)
11+
- fix(deps): update rust crate swc_core to 26.3.4 [`#244`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/244)
12+
- fix(deps): update rust crate swc_core to 26.3.3 [`#243`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/243)
13+
- chore(deps): update dependency pnpm to v10.11.1 [`#242`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/242)
14+
- fix(deps): update rust crate swc_core to 26.3.1 [`#241`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/241)
15+
- chore(deps): update dependency release-it to ^19.0.3 [`#240`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/240)
16+
- fix(deps): update rust crate swc_core to 26.3.0 [`#239`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/239)
17+
- fix(deps): update rust crate swc_core to 26.2.2 [`#238`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/238)
18+
- fix(deps): update rust crate swc_core to 26.2.0 [`#237`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/237)
19+
- fix(deps): update rust crate swc_core to 26.1.1 [`#236`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/236)
20+
- chore(deps): update dependency node to v22.16.0 [`#235`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/235)
21+
722
#### [v1.11.29](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.11.22...v1.11.29)
823

24+
> 21 May 2025
25+
926
- fix(deps): update swc [`#234`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/234)
1027
- fix(deps): update rust crate swc_core to v26 [`#233`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/233)
1128
- fix(deps): update rust crate swc_core to v25 [`#232`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/232)
@@ -18,9 +35,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1835
- fix(deps): update rust crate swc_core to 22.5.4 [`#225`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/225)
1936
- Skip visiting types and improve performance [`#224`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/224)
2037
- chore(deps): update dependency pnpm to v10.10.0 [`#223`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/223)
38+
- release: v1.11.29 [`7088db2`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/7088db21ba70eb3145f6bd789129e58ad96140e5)
2139
- feat: use more rust-like code for is_visiting_import_meta_env [`86bcb80`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/86bcb8085f9ce1aa5bd9d9b29a0da6708b737840)
2240
- cicd: split up testing in workflow so times are easier to understand [`359ded2`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/359ded24f03b4dde36fcfdc6f6af97a16be9a38b)
23-
- feat: skip type visits [`7470133`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/747013345439f028fc51a1a78c47f73610a5499c)
2441

2542
#### [v1.11.22](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.11.21...v1.11.22)
2643

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