Skip to content

Commit 0f82e60

Browse files
committed
release: v1.11.20
1 parent e627e6f commit 0f82e60

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,27 @@ 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.20](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.11.18...v1.11.20)
8+
9+
- chore(deps): update dependency pnpm to v10.8.1 [`#215`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/215)
10+
- fix(deps): update swc [`#213`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/213)
11+
- fix(deps): update rust crate swc_core to v22 [`#212`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/212)
12+
- chore(deps): lock file maintenance [`#209`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/209)
13+
- chore(deps): update dependency pnpm to v10.8.0 [`#211`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/211)
14+
- fix(deps): update rust crate swc_core to v21 [`#210`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/210)
15+
716
#### [v1.11.18](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.11.13...v1.11.18)
817

18+
> 7 April 2025
19+
920
- chore(deps): update dependency @swc/core to ^1.11.18 [`#207`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/207)
1021
- chore(deps): update dependency pnpm to v10.7.1 [`#208`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/208)
1122
- chore(deps): lock file maintenance [`#206`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/206)
1223
- chore(deps): lock file maintenance [`#205`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/205)
1324
- fix(deps): update rust crate swc_core to v19 [`#204`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/204)
1425
- fix(deps): update rust crate swc_core to v17 [`#203`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/203)
1526
- chore(deps): update dependency pnpm to v10.7.0 [`#202`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/202)
27+
- release: v1.11.18 [`14ae444`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/14ae4440a620e20acfbfadf7ec94c24a047511f3)
1628

1729
#### [v1.11.13](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.11.12...v1.11.13)
1830

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