Skip to content

Commit

Permalink
release: v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Jan 23, 2024
1 parent 13a1e03 commit b4c3c39
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,24 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

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

- Resolve segfault on usage [`#35`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/35)
- chore(deps): update pnpm to v8.14.2 [`#34`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/34)
- test: Add jest integration test [`8e59a57`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/8e59a57e6eead0ce93905138d1a3e97615ca4659)
- regression: revert to swc_core 0.87.* [`edb8eba`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/edb8ebae618419b64dcc6c1f129d192fac679473)
- fix: type issues in IDE [`6f3b6bb`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/6f3b6bba2b94e0a7ea8ede7169d7846730ee5e34)

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

> 21 January 2024
- chore(deps): lock file maintenance [`#32`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/32)
- fix(deps): update rust crate swc_core to 0.88.* [`#31`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/31)
- chore(deps): update pnpm to v8.14.1 [`#30`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/30)
- chore(deps): lock file maintenance [`#29`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/29)
- chore(deps): update pnpm to v8.13.1 [`#27`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/27)
- release: v0.4.0 [`fbfc868`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/fbfc868d3ef404bd40da4acaf06a1758dad5759c)

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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swc_plugin_import_meta_env"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = ["Alex Miller <[email protected]>"]
description = "SWC plugin for handling the transformation of import.meta.env"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swc-plugin-import-meta-env",
"version": "0.4.0",
"version": "0.4.1",
"description": "@swc plugin for handling the transformation of import.meta.env",
"author": "Alex Miller <[email protected]>",
"homepage": "https://github.com/Codex-/swc-plugin-import-meta-env#readme",
Expand Down

0 comments on commit b4c3c39

Please sign in to comment.