Skip to content

Commit 41e8033

Browse files
committed
release: v1.4.2
1 parent f40af72 commit 41e8033

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,23 @@ 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.2](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.4.1...v1.4.2)
8+
9+
- build(deps-dev): bump ip from 1.1.8 to 1.1.9 [`#51`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/51)
10+
- chore(deps): update swc [`#47`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/47)
11+
- build(deps-dev): resolve ip vuln [`f40af72`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/f40af72f675dc9c23d0a7f78abf1f2432ecff492)
12+
713
#### [v1.4.1](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.4.0...v1.4.1)
814

15+
> 3 March 2024
16+
917
- chore(deps): update pnpm to v8.15.4 [`#50`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/50)
1018
- chore(deps): update pnpm to v8.15.3 [`#49`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/49)
1119
- chore(deps): update dependency release-it to ^17.1.1 [`#48`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/48)
1220
- chore(deps): update pnpm/action-setup action to v3 [`#45`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/45)
1321
- chore(deps): update pnpm to v8.15.2 [`#46`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/46)
1422
- chore(deps): update swc to 1.4.1 [`e1652e0`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/e1652e0e64e0bd8f0357f0947a33d830d546d38c)
23+
- release: v1.4.1 [`87f3523`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/87f3523d0b844488c4f97d860dde0f9aae3d0e9d)
1524

1625
### [v1.4.0](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v0.5.0...v1.4.0)
1726

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