Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 7ab6119

Browse files
committed
chore(release): v0.3.2
1 parent c6a22b6 commit 7ab6119

File tree

16 files changed

+20
-15
lines changed

16 files changed

+20
-15
lines changed

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "MIT"
66
name = "magic_string"
77
repository = "https://github.com/h-a-n-a/magic-string-rs"
8-
version = "0.3.1"
8+
version = "0.3.2"
99

1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111

core/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# magic_string
2+
3+
## 📃 Documentation
4+
5+
[doc.rs](https://docs.rs/magic_string/latest/magic_string)

node/npm/android-arm-eabi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/magic-string-android-arm-eabi",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"os": [
55
"android"
66
],

node/npm/android-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/magic-string-android-arm64",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"os": [
55
"android"
66
],

node/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/magic-string-darwin-arm64",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"os": [
55
"darwin"
66
],

node/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/magic-string-darwin-x64",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"os": [
55
"darwin"
66
],

node/npm/freebsd-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/magic-string-freebsd-x64",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"os": [
55
"freebsd"
66
],

node/npm/linux-arm-gnueabihf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/magic-string-linux-arm-gnueabihf",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"os": [
55
"linux"
66
],

node/npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/magic-string-linux-arm64-gnu",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"os": [
55
"linux"
66
],

node/npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/magic-string-linux-arm64-musl",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"os": [
55
"linux"
66
],

0 commit comments

Comments
 (0)