Skip to content

Commit ab58685

Browse files
committed
release: v1.4.0
1 parent ce3c63c commit ab58685

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,12 +4,24 @@ 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.0](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v0.5.0...v1.4.0)
8+
9+
- chore(deps): update dependency @types/jest to ^29.5.12 [`#44`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/44)
10+
- chore(deps): update pnpm to v8.15.1 [`#42`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/42)
11+
- chore(deps): update swc [`#43`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/43)
12+
- chore(deps): update pnpm to v8.15.0 [`#40`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/40)
13+
- chore(deps): update dependency @swc/core to ^1.3.107 [`#41`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/41)
14+
- build: pre-align release number with swc core release [`ce3c63c`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/ce3c63ca4f8f17ab2294bb750780574226bf5f46)
15+
716
#### [v0.5.0](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v0.4.1...v0.5.0)
817

18+
> 26 January 2024
19+
920
- chore(deps): lock file maintenance [`#39`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/39)
1021
- chore(deps): update dependency release-it to ^17.0.3 [`#38`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/38)
1122
- chore(deps): update swc [`#36`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/36)
1223
- chore(deps): update pnpm to v8.14.3 [`#37`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/37)
24+
- release: v0.5.0 [`9a9f57b`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/9a9f57bef523b286f3b16a4896cec0287fbc8a74)
1325
- renovate: update config [`540b4ba`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/540b4ba319ce356099784dd3c241138106f8112b)
1426
- renovate: update config [`3010ef3`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/3010ef3430464ec271f9971dc1030cdd4951cd78)
1527

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