Skip to content

Commit

Permalink
release: v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Apr 28, 2024
1 parent 0c3bf2b commit 06f4ed6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ 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).

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

- chore(deps): update dependency @swc/core to ^1.5.2 [`#76`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/76)

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

> 27 April 2024
- chore(deps): update dependency release-it to ^17.2.1 [`#74`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/74)
- chore(deps): update swc [`#75`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/75)
- release: v1.5.1 [`30c77a6`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/30c77a6445d50352d05f375e58d7b98d05f215e2)

#### [v1.5.0](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.4.17...v1.5.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 = "1.5.1"
version = "1.5.2"
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": "1.5.1",
"version": "1.5.2",
"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 06f4ed6

Please sign in to comment.