From 7f1fbeb6687493d37f449b7a2bc10371a96e5960 Mon Sep 17 00:00:00 2001 From: Codex- Date: Fri, 2 Aug 2024 11:47:42 +0000 Subject: [PATCH] release: v1.7.5 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5486df4..4304e40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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.7.5](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.7.4...v1.7.5) + +- chore(deps): update swc [`#87`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/87) + #### [v1.7.4](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.7.3...v1.7.4) +> 1 August 2024 + - chore(deps): update dependency @swc/core to ^1.7.4 [`#86`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/86) +- release: v1.7.4 [`0d0fc17`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/0d0fc17be21e565398bc91c59c319c482a0e8819) #### [v1.7.3](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.5.7...v1.7.3) diff --git a/Cargo.lock b/Cargo.lock index 81c56b2..30b2097 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1376,7 +1376,7 @@ dependencies = [ [[package]] name = "swc_plugin_import_meta_env" -version = "1.7.4" +version = "1.7.5" dependencies = [ "swc_core", "tracing", diff --git a/Cargo.toml b/Cargo.toml index 7545793..4ce88e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swc_plugin_import_meta_env" -version = "1.7.4" +version = "1.7.5" edition = "2021" authors = ["Alex Miller "] description = "SWC plugin for handling the transformation of import.meta.env" diff --git a/package.json b/package.json index 915df8d..38ec77d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swc-plugin-import-meta-env", - "version": "1.7.4", + "version": "1.7.5", "description": "@swc plugin for handling the transformation of import.meta.env", "author": "Alex Miller ", "homepage": "https://github.com/Codex-/swc-plugin-import-meta-env#readme",