Skip to content

Commit 764aa64

Browse files
committed
Bump version to 1.0.1
1 parent 360f13a commit 764aa64

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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-import-glob-array-plugin"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2021"
55

66
[lib]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ const metadata = [
107107

108108
| swc-import-glob-array-plugin | @swc/core |
109109
|------------------------------|---------------|
110-
| 1.0.0 | 1.3.44-1.3.47 |
110+
| 1.0.1 | 1.3.44-1.3.47 |

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.0",
3+
"version": "1.0.1",
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)