diff --git a/CHANGELOG.md b/CHANGELOG.md index f1e58d8..53a24b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,26 @@ 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.10.3](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.10.1...v1.10.3) + +- fix(deps): update swc [`#131`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/131) +- chore(deps): update dependency pnpm to v9.15.2 [`#129`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/129) +- chore(deps): update dependency release-it to ^17.11.0 [`#130`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/130) +- chore(config): migrate renovate config [`#127`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/127) +- fix(deps): update rust crate swc_core to 9.0.2 [`#128`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/128) +- fix(deps): update rust crate swc_core to 9.0.1 [`#126`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/126) +- chore(config): migrate config .github/renovate.json [`572fa3a`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/572fa3a377026ce9c46f579995d4c9d628ca09f4) + #### [v1.10.1](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.10.0...v1.10.1) +> 9 December 2024 + - chore(deps): update dependency @swc/core to ^1.10.1 [`#124`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/124) - fix(deps): update rust crate swc_core to v9 [`#125`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/125) - fix(deps): update rust crate swc_core to v9 [`#121`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/121) - chore(deps): update dependency pnpm to v9.15.0 [`#123`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/123) - fix(deps): update rust crate swc_core to v8 [`419fb91`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/419fb91ad1ad6fc79f7e1c6df07e92ae1a34e057) +- release: v1.10.1 [`4d6e23b`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/4d6e23bf65431b985b65a9ffe7e7d8a942c2f9b2) - Create FUNDING.yml [`fd57e8c`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/fd57e8c9467a3c4a933cdd750a697ec5dab706b6) #### [v1.10.0](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.9.3...v1.10.0) diff --git a/Cargo.lock b/Cargo.lock index d8e9aad..2a81f9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1484,7 +1484,7 @@ dependencies = [ [[package]] name = "swc_plugin_import_meta_env" -version = "1.10.1" +version = "1.10.3" dependencies = [ "swc_core", "tracing", diff --git a/Cargo.toml b/Cargo.toml index 1794234..5dd20a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swc_plugin_import_meta_env" -version = "1.10.1" +version = "1.10.3" 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 fc5b587..aa818fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swc-plugin-import-meta-env", - "version": "1.10.1", + "version": "1.10.3", "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",