Skip to content

Commit 91670c3

Browse files
committed
release: v1.9.3
1 parent dae763c commit 91670c3

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,9 +4,21 @@ 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.9.2](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.9.2...v1.9.2)
8+
9+
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 [`#118`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/118)
10+
- chore(deps): update dependency pnpm to v9.14.2 [`#115`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/115)
11+
- chore(deps): update node.js to v20.18.1 [`#116`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/116)
12+
- chore(deps): update dependency @swc/core to ^1.9.3 [`#117`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/117)
13+
- chore(deps): update dependency pnpm to v9.14.1 [`#114`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/114)
14+
- chore(deps): update dependency pnpm to v9.13.2 [`#113`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/113)
15+
716
#### [v1.9.2](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.9.1...v1.9.2)
817

18+
> 11 November 2024
19+
920
- chore(deps): update dependency @swc/core to ^1.9.2 [`#112`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/112)
21+
- release: v1.9.2 [`531e8eb`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/531e8eb5eabf57011afc54c02d1d3484052bde30)
1022

1123
#### [v1.9.1](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.8.0...v1.9.1)
1224

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