Skip to content

Commit d76cec0

Browse files
committed
release: v1.10.9
1 parent 72de60d commit d76cec0

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@ 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.10.9](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.10.8...v1.10.9)
8+
9+
- fix(deps): update swc [`#147`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/147)
10+
711
#### [v1.10.8](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.10.7...v1.10.8)
812

13+
> 20 January 2025
14+
915
- fix(deps): update swc [`#146`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/146)
1016
- fix(deps): update rust crate swc_core to 10.2.1 [`#145`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/145)
1117
- chore(deps): update dependency pnpm to v9.15.4 [`#144`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/144)
18+
- release: v1.10.8 [`ce3ab72`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/ce3ab7218eee540590d99afa0a947bc33d4bfcd0)
1219
- chore: enable automerge for renovate [`1ba41c4`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/1ba41c45af41d4aea306976a0c7ced77cc8cdc1b)
1320

1421
#### [v1.10.7](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.10.4...v1.10.7)

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