Skip to content

Commit

Permalink
release: v1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Dec 29, 2024
1 parent dce6320 commit 792af56
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.10.1"
version = "1.10.3"
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.10.1",
"version": "1.10.3",
"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 792af56

Please sign in to comment.