File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed
Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,24 @@ All notable changes to this project will be documented in this file. Dates are d
44
55Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
66
7+ #### [ v0.5.0] ( https://github.com/Codex-/swc-plugin-import-meta-env/compare/v0.4.1...v0.5.0 )
8+
9+ - chore(deps): lock file maintenance [ ` #39 ` ] ( https://github.com/Codex-/swc-plugin-import-meta-env/pull/39 )
10+ - chore(deps): update dependency release-it to ^17.0.3 [ ` #38 ` ] ( https://github.com/Codex-/swc-plugin-import-meta-env/pull/38 )
11+ - chore(deps): update swc [ ` #36 ` ] ( https://github.com/Codex-/swc-plugin-import-meta-env/pull/36 )
12+ - chore(deps): update pnpm to v8.14.3 [ ` #37 ` ] ( https://github.com/Codex-/swc-plugin-import-meta-env/pull/37 )
13+ - renovate: update config [ ` 540b4ba ` ] ( https://github.com/Codex-/swc-plugin-import-meta-env/commit/540b4ba319ce356099784dd3c241138106f8112b )
14+ - renovate: update config [ ` 3010ef3 ` ] ( https://github.com/Codex-/swc-plugin-import-meta-env/commit/3010ef3430464ec271f9971dc1030cdd4951cd78 )
15+
716#### [ v0.4.1] ( https://github.com/Codex-/swc-plugin-import-meta-env/compare/v0.4.0...v0.4.1 )
817
18+ > 23 January 2024
19+
920- Resolve segfault on usage [ ` #35 ` ] ( https://github.com/Codex-/swc-plugin-import-meta-env/pull/35 )
1021- chore(deps): update pnpm to v8.14.2 [ ` #34 ` ] ( https://github.com/Codex-/swc-plugin-import-meta-env/pull/34 )
1122- test: Add jest integration test [ ` 8e59a57 ` ] ( https://github.com/Codex-/swc-plugin-import-meta-env/commit/8e59a57e6eead0ce93905138d1a3e97615ca4659 )
1223- regression: revert to swc_core 0.87.* [ ` edb8eba ` ] ( https://github.com/Codex-/swc-plugin-import-meta-env/commit/edb8ebae618419b64dcc6c1f129d192fac679473 )
13- - fix: type issues in IDE [ ` 6f3b6bb ` ] ( https://github.com/Codex-/swc-plugin-import-meta-env/commit/6f3b6bba2b94e0a7ea8ede7169d7846730ee5e34 )
24+ - release: v0.4.1 [ ` b4c3c39 ` ] ( https://github.com/Codex-/swc-plugin-import-meta-env/commit/b4c3c39fd2d8a6f6fbc9bfa579c0f9794bf0a770 )
1425
1526#### [ v0.4.0] ( https://github.com/Codex-/swc-plugin-import-meta-env/compare/v0.3.0...v0.4.0 )
1627
Original file line number Diff line number Diff line change 11[package ]
22name = " swc_plugin_import_meta_env"
3- version = " 0.4.1 "
3+ version = " 0.5.0 "
44edition = " 2021"
55authors = [" Alex Miller <codex.nz@gmail.com>" ]
66description = " SWC plugin for handling the transformation of import.meta.env"
Original file line number Diff line number Diff line change 11{
22 "name" : " swc-plugin-import-meta-env" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.5.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" ,
You can’t perform that action at this time.
0 commit comments