Skip to content

Commit 231d3a7

Browse files
committed
release: v1.4.17
1 parent c02bf70 commit 231d3a7

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +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.17](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.4.16...v1.4.17)
8+
9+
- chore(deps): update swc [`#72`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/72)
10+
- cicd(actions): Use rustup directly instead of deprecated action [`#71`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/71)
11+
712
#### [v1.4.16](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.4.12...v1.4.16)
813

14+
> 19 April 2024
15+
916
- build(cargo): Update `rustc` to `nightly-2024-04-16` [`#70`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/70)
1017
- chore(deps): update pnpm to v9.0.2 [`#68`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/68)
1118
- chore(deps): update swc [`#64`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/64)
1219
- chore(deps): update pnpm to v9 [`#67`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/67)
1320
- chore(deps): update pnpm to v8.15.7 [`#66`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/66)
1421
- chore(deps): update dependency release-it to ^17.2.0 [`#65`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/65)
1522
- build(cargo): Update rustc to nightly-2024-04-16 [`8a87ab9`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/8a87ab96d79f539c1556f1ffe190013d56c3910b)
23+
- release: v1.4.16 [`66318ab`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/66318ab5f2a1389d63c5da1738bc766549d581f5)
1624
- release: pre-bump for patch [`b275a17`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/b275a174d19fc17b97d88e3401bde31515127b75)
1725

1826
#### [v1.4.12](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.4.8...v1.4.12)

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