Skip to content

Commit 87f3523

Browse files
committed
release: v1.4.1
1 parent a74770f commit 87f3523

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,25 @@ 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)
7+
#### [v1.4.1](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.4.0...v1.4.1)
8+
9+
- chore(deps): update pnpm to v8.15.4 [`#50`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/50)
10+
- chore(deps): update pnpm to v8.15.3 [`#49`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/49)
11+
- chore(deps): update dependency release-it to ^17.1.1 [`#48`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/48)
12+
- chore(deps): update pnpm/action-setup action to v3 [`#45`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/45)
13+
- chore(deps): update pnpm to v8.15.2 [`#46`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/46)
14+
- chore(deps): update swc to 1.4.1 [`e1652e0`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/e1652e0e64e0bd8f0357f0947a33d830d546d38c)
15+
16+
### [v1.4.0](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v0.5.0...v1.4.0)
17+
18+
> 6 February 2024
819
920
- chore(deps): update dependency @types/jest to ^29.5.12 [`#44`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/44)
1021
- chore(deps): update pnpm to v8.15.1 [`#42`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/42)
1122
- chore(deps): update swc [`#43`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/43)
1223
- chore(deps): update pnpm to v8.15.0 [`#40`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/40)
1324
- chore(deps): update dependency @swc/core to ^1.3.107 [`#41`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/41)
25+
- release: v1.4.0 [`ab58685`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/ab586857d88fa66dabb63f45b0a30735b7d21bf9)
1426
- build: pre-align release number with swc core release [`ce3c63c`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/ce3c63ca4f8f17ab2294bb750780574226bf5f46)
1527

1628
#### [v0.5.0](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v0.4.1...v0.5.0)

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