Skip to content

Commit fbfc868

Browse files
committed
release: v0.4.0
1 parent 6c9802d commit fbfc868

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,20 @@ 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+
#### [v0.4.0](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v0.3.0...v0.4.0)
8+
9+
- chore(deps): lock file maintenance [`#32`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/32)
10+
- fix(deps): update rust crate swc_core to 0.88.* [`#31`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/31)
11+
- chore(deps): update pnpm to v8.14.1 [`#30`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/30)
12+
- chore(deps): lock file maintenance [`#29`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/29)
13+
- chore(deps): update pnpm to v8.13.1 [`#27`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/27)
14+
715
#### [v0.3.0](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v0.2.1...v0.3.0)
816

17+
> 12 December 2023
18+
919
- fix(deps): update rust crate swc_core to 0.87.* [`#26`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/26)
20+
- release: v0.3.0 [`9953ebf`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/9953ebf0c5b5354614d3d77d9a61c7fbdb7ded36)
1021

1122
#### [v0.2.1](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v0.2.0...v0.2.1)
1223

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