Skip to content

Commit

Permalink
release: v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Jul 28, 2024
1 parent 3ed6ffb commit b27b654
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,23 @@ 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.3](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.5.7...v1.7.3)

- chore(deps): update swc [`#80`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/80)
- chore(deps): update dependency release-it to ^17.6.0 [`#83`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/83)
- chore(deps): update dependency release-it to ^17.4.0 [`#81`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/81)
- chore(deps): lock file maintenance [`d5f5075`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/d5f5075e03e6c41958440f572ad18a42c1a58925)
- chore(deps): lock file maintenance [`80c28be`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/80c28be204fc3d25493a7f9647a3dbe6963869a4)
- chore(deps): lock file maintenance [`8549b61`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/8549b61179644e03e5349bb250d3e67e2768448f)

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

> 28 May 2024
- chore(deps): update swc [`#78`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/78)
- chore(deps): update dependency release-it to ^17.3.0 [`#79`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/79)
- fix(deps): update rust crate swc_core to 0.91.2 [`#77`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/77)
- release: v1.5.7 [`a7e229c`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/a7e229c64d70b82ac0241c74e48f027c3f43c431)
- release: pre-bump for patch [`2b345f2`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/2b345f23896faa6ceeb8643a4cf12372695f2ca6)

#### [v1.5.2](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.5.1...v1.5.2)
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.7.2"
version = "1.7.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.7.2",
"version": "1.7.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 b27b654

Please sign in to comment.