Skip to content

Commit

Permalink
release: v1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Aug 4, 2024
1 parent 225cfee commit d1aba11
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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.5"
version = "1.7.6"
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.5",
"version": "1.7.6",
"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 d1aba11

Please sign in to comment.