Skip to content

Commit ce3ab72

Browse files
committed
release: v1.10.8
1 parent 3c717d0 commit ce3ab72

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@ 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.8](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.10.7...v1.10.8)
8+
9+
- fix(deps): update swc [`#146`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/146)
10+
- fix(deps): update rust crate swc_core to 10.2.1 [`#145`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/145)
11+
- chore(deps): update dependency pnpm to v9.15.4 [`#144`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/144)
12+
- chore: enable automerge for renovate [`1ba41c4`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/1ba41c45af41d4aea306976a0c7ced77cc8cdc1b)
13+
714
#### [v1.10.7](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.10.4...v1.10.7)
815

16+
> 13 January 2025
17+
918
- chore(deps): update dependency @swc/core to ^1.10.7 [`#141`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/141)
1019
- fix(deps): update rust crate swc_core to v10 [`#142`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/142)
1120
- chore(deps): update dependency release-it to ^18.1.1 [`#143`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/143)
@@ -17,6 +26,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1726
- chore(deps): lock file maintenance [`#136`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/136)
1827
- chore(deps): lock file maintenance [`#135`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/135)
1928
- chore(deps): lock file maintenance [`#134`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/134)
29+
- release: v1.10.7 [`ac78620`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/ac78620797f66853d1ae9d0c3bff836c85cdcb71)
2030

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

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