Skip to content

Commit 32feb28

Browse files
committed
version bump to 1.0.0-alpha.7
1 parent b9a905b commit 32feb28

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
# swc-plugin-add-import-extension
22

3+
## 1.0.0-alpha.7
4+
5+
### Patch Changes
6+
7+
- publish: fix npm package
8+
39
## 1.0.0-alpha.6
410

511
### Patch Changes
612

7-
- chore(deps): upgrade rust crate `swc_core` to `0.87.28`
8-
- chore(package): add `@swc/core` peerDependency
13+
- chore(deps): upgrade rust crate `swc_core` to `0.87.28`
14+
- chore(package): add `@swc/core` peerDependency
915

10-
https://swc.rs/docs/plugin/selecting-swc-core#swc_core
16+
https://swc.rs/docs/plugin/selecting-swc-core#swc_core
1117

1218
## 1.0.0-alpha.5
1319

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
@@ -4,7 +4,7 @@ description = "SWC plugin to add extensions to esm import and export module name
44
edition = "2021"
55
license = "MIT"
66
name = "swc_plugin_add_import_extension"
7-
version = "1.0.0-alpha.6"
7+
version = "1.0.0-alpha.7"
88
homepage = "https://github.com/medfreeman/swc-plugin-add-import-extension"
99
documentation = "https://github.com/medfreeman/swc-plugin-add-import-extension/README.md"
1010
repository = "https://github.com/medfreeman/swc-plugin-add-import-extension.git"

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-add-import-extension",
3-
"version": "1.0.0-alpha.6",
3+
"version": "1.0.0-alpha.7",
44
"description": "SWC plugin to add extensions to esm import and export module names",
55
"author": "Mehdi Lahlou <mlahlou@protonmail.ch>",
66
"license": "MIT",

0 commit comments

Comments
 (0)