Skip to content

Commit 43bc5d8

Browse files
committed
release: v1.9.1
1 parent f715cab commit 43bc5d8

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,9 +4,16 @@ 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.1](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.8.0...v1.9.1)
8+
9+
- chore(deps): update dependency @swc/core to ^1.9.1 [`#111`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/111)
10+
711
#### [v1.8.0](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.7.42...v1.8.0)
812

13+
> 4 November 2024
14+
915
- chore(deps): update dependency @swc/core to ^1.8.0 [`#110`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/110)
16+
- release: v1.8.0 [`f332c47`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/f332c471c5d64e14a917a525c772c92e79396f18)
1017
- cicd: trigger release on merge if @swc/core version has changed [`f0956a3`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/f0956a3c154422b895cb188b9d498007dd4187a7)
1118
- cicd: try use broader cache strategy [`bd599e6`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/bd599e69ca90c4fdf66fb14cc5e60090b6f0e4bb)
1219

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.8.0"
3+
version = "1.9.1"
44
edition = "2021"
55
authors = ["Alex Miller <[email protected]>"]
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.8.0",
3+
"version": "1.9.1",
44
"description": "@swc plugin for handling the transformation of import.meta.env",
55
"author": "Alex Miller <[email protected]>",
66
"homepage": "https://github.com/Codex-/swc-plugin-import-meta-env#readme",

0 commit comments

Comments
 (0)