diff --git a/CHANGELOG.md b/CHANGELOG.md index 4304e40..3a79a78 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.6](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.7.5...v1.7.6) + +- chore(deps): update dependency @swc/core to ^1.7.6 [`#88`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/88) + #### [v1.7.5](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.7.4...v1.7.5) +> 2 August 2024 + - chore(deps): update swc [`#87`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/87) +- release: v1.7.5 [`7f1fbeb`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/7f1fbeb6687493d37f449b7a2bc10371a96e5960) #### [v1.7.4](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.7.3...v1.7.4) diff --git a/Cargo.lock b/Cargo.lock index 30b2097..7b1966f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1376,7 +1376,7 @@ dependencies = [ [[package]] name = "swc_plugin_import_meta_env" -version = "1.7.5" +version = "1.7.6" dependencies = [ "swc_core", "tracing", diff --git a/Cargo.toml b/Cargo.toml index 4ce88e2..492a299 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swc_plugin_import_meta_env" -version = "1.7.5" +version = "1.7.6" 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 4612389..452ec46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swc-plugin-import-meta-env", - "version": "1.7.5", + "version": "1.7.6", "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",