Skip to content

Commit e9ea851

Browse files
committed
release: v0.2.0
1 parent a480d89 commit e9ea851

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,37 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v0.2.0](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v0.1.7...v0.2.0)
8+
9+
- chore(deps): update pnpm to v8.12.0 [`#25`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/25)
10+
- chore(deps): update pnpm to v8.11.0 [`#24`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/24)
11+
- chore(deps): update dependency release-it to v17 [`#22`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/22)
12+
- chore(deps): update pnpm to v8.10.4 [`#23`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/23)
13+
- Fix typo `npm i -D swc-plugin-import-meta-env` [`#21`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/21)
14+
- chore(deps): update pnpm to v8.10.2 [`#20`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/20)
15+
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.5 [`#19`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/19)
16+
- chore(deps): update actions/setup-node action to v4 [`#18`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/18)
17+
- fix(deps): update rust crate tracing to 0.1.40 [`#17`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/17)
18+
- fix(deps): update rust crate swc_core to 0.86.* [`#16`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/16)
19+
- chore(deps): update pnpm to v8.9.2 [`#15`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/15)
20+
- fix(deps): update rust crate swc_core to 0.84.* [`#14`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/14)
21+
- chore(deps): update pnpm to v8.8.0 [`#13`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/13)
22+
- fix(deps): update rust crate swc_core to 0.83.* [`#12`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/12)
23+
- chore(deps): update actions/checkout action to v4 [`#11`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/11)
24+
- chore(deps): update pnpm to v8.7.4 [`#9`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/9)
25+
- fix(deps): update rust crate swc_core to 0.82.* [`#10`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/10)
26+
- chore(deps): update pnpm/action-setup action to v2.4.0 [`#8`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/8)
27+
- chore(deps): update pnpm to v8.6.11 [`#7`](https://github.com/Codex-/swc-plugin-import-meta-env/pull/7)
28+
- chore: refresh lock and update tests to fixtures [`a480d89`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/a480d89bc6617ad5dbdae226b9e8e1e3b019caf1)
29+
- chore(renovate): refresh locks every quarter [`cdb8d5c`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/cdb8d5ce646199c3e6eea15623e87a80a31c0fde)
30+
- chore(toolchain): bump to match swc plugins toolchain [`bd14f0d`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/bd14f0d07669517ec157f5c369ad842a172aa9d5)
31+
732
#### [v0.1.7](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v0.1.6...v0.1.7)
833

34+
> 10 July 2023
35+
36+
- release: v0.1.7 [`b2abe52`](https://github.com/Codex-/swc-plugin-import-meta-env/commit/b2abe529efa0b156203f854d618cf0e393573c32)
37+
938
#### [v0.1.6](https://github.com/Codex-/swc-plugin-import-meta-env/compare/v0.1.5...v0.1.6)
1039

1140
> 11 July 2023

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swc_plugin_import_meta_env"
3-
version = "0.1.7"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["Alex Miller <codex.nz@gmail.com>"]
66
description = "SWC plugin for handling the transformation of import.meta.env"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swc-plugin-import-meta-env",
3-
"version": "0.1.7",
3+
"version": "0.2.0",
44
"description": "@swc plugin for handling the transformation of import.meta.env",
55
"author": "Alex Miller <codex.nz@gmail.com>",
66
"homepage": "https://github.com/Codex-/swc-plugin-import-meta-env#readme",

0 commit comments

Comments
 (0)