Skip to content

Commit b13c2bf

Browse files
committed
Bump version to 1.0.2
1 parent 7d1c09b commit b13c2bf

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
name = "swc-import-glob-array-plugin"
77
publish = false
88
repository = "https://github.com/jcoon97/swc-import-glob-array-plugin"
9-
version = "1.0.1"
9+
version = "1.0.2"
1010

1111
[lib]
1212
crate-type = ["cdylib"]

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ const metadata = [
105105

106106
## Compatibility
107107

108-
| swc-import-glob-array-plugin | @swc/core |
109-
|------------------------------|---------------|
110-
| 1.0.1 | 1.3.44-1.3.47 |
108+
| swc-import-glob-array-plugin | @swc/core |
109+
|------------------------------|-----------------|
110+
| 1.0.1 | 1.3.44 ~ 1.3.47 |
111+
| 1.0.2 | 1.3.49 ~ 1.3.56 |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swc-import-glob-array-plugin",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "SWC plugin that expands glob patterns and imports them as an array",
55
"main": "swc_import_glob_array_plugin.wasm",
66
"author": "James Coon <james@jcoon.dev> (https://jcoon.dev)",

0 commit comments

Comments
 (0)