Skip to content

Commit

Permalink
release: v1.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Apr 18, 2024
1 parent 5a69dbc commit 66318ab
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +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.4.16](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v1.4.12...v1.4.16)

- build(cargo): Update `rustc` to `nightly-2024-04-16` [`#70`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/70)
- chore(deps): update pnpm to v9.0.2 [`#68`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/68)
- chore(deps): update swc [`#64`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/64)
- chore(deps): update pnpm to v9 [`#67`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/67)
- chore(deps): update pnpm to v8.15.7 [`#66`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/66)
- chore(deps): update dependency release-it to ^17.2.0 [`#65`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/65)
- build(cargo): Update rustc to nightly-2024-04-16 [`8a87ab9`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/8a87ab96d79f539c1556f1ffe190013d56c3910b)
- release: pre-bump for patch [`b275a17`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/b275a174d19fc17b97d88e3401bde31515127b75)

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

> 4 April 2024
- chore(deps): update dependency @swc/core to ^1.4.12 [`#63`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/63)
- chore(deps): update pnpm to v8.15.6 [`#59`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/59)
- fix(deps): update rust crate swc_core to 0.90.27 [`#62`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/62)
- chore(deps): update swc [`#60`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/60)
- release: v1.4.12 [`5ff7cc8`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/5ff7cc815b5676a5e55135b3af7c3fa8045a6af3)
- release: pre-bump for patch [`336196e`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/336196e26e23b60df82fd6d1424fe6cde955b3a3)
- release: pre-bump for patch [`685606a`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/685606aa0647d0d704030cc0fa7a8a4c6a1703f8)

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.4.9"
version = "1.4.16"
edition = "2021"
authors = ["Alex Miller <[email protected]>"]
description = "SWC plugin for handling the transformation of import.meta.env"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swc-plugin-import-meta-env",
"version": "1.4.15",
"version": "1.4.16",
"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 All @@ -20,6 +20,7 @@
"scripts": {
"build": "cargo build-wasi",
"build:release": "pnpm run build --release",
"preinstall": "npx only-allow pnpm",
"prepublishOnly": "cargo build-wasi --release",
"prepack": "pnpm run build:release && cp target/wasm32-wasi/release/swc_plugin_import_meta_env.wasm .",
"release": "release-it",
Expand All @@ -32,7 +33,6 @@
"swc_plugin_import_meta_env.wasm"
],
"preferUnplugged": true,
"packageManager": "[email protected]",
"devDependencies": {
"@swc/core": "^1.4.16",
"@swc/jest": "^0.2.36",
Expand Down

0 comments on commit 66318ab

Please sign in to comment.