Skip to content

Commit 0a3b834

Browse files
committed
release: v1.4.5
1 parent f03d450 commit 0a3b834

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,10 +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.4.5](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.4.4...v1.4.5)
8+
9+
- chore(deps): update swc [`#54`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/54)
10+
711
#### [v1.4.4](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.4.2...v1.4.4)
812

13+
> 5 March 2024
14+
915
- chore(deps): update dependency @swc/core to ^1.4.4 [`#53`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/53)
1016
- fix(deps): update rust crate swc_core to 0.90.16 [`#52`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/52)
17+
- release: v1.4.4 [`c55704b`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/c55704bdc00cfa2c40d169974938c5df1c628de6)
1118
- build: pre-align release number with swc core release [`3f041d8`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/3f041d8c426c4e1a37cd52b33be8079f16601ef1)
1219

1320
#### [v1.4.2](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.4.1...v1.4.2)

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