Skip to content

Commit

Permalink
chore(release): v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
h-a-n-a committed Dec 21, 2021
1 parent b591325 commit 871e10b
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion node/npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string-android-arm-eabi",
"version": "0.3.2",
"version": "0.3.3",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string-android-arm64",
"version": "0.3.2",
"version": "0.3.3",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string-darwin-arm64",
"version": "0.3.2",
"version": "0.3.3",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string-darwin-x64",
"version": "0.3.2",
"version": "0.3.3",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string-freebsd-x64",
"version": "0.3.2",
"version": "0.3.3",
"os": [
"freebsd"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string-linux-arm-gnueabihf",
"version": "0.3.2",
"version": "0.3.3",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string-linux-arm64-gnu",
"version": "0.3.2",
"version": "0.3.3",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string-linux-arm64-musl",
"version": "0.3.2",
"version": "0.3.3",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string-linux-x64-gnu",
"version": "0.3.2",
"version": "0.3.3",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string-linux-x64-musl",
"version": "0.3.2",
"version": "0.3.3",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string-win32-arm64-msvc",
"version": "0.3.2",
"version": "0.3.3",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string-win32-ia32-msvc",
"version": "0.3.2",
"version": "0.3.3",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string-win32-x64-msvc",
"version": "0.3.2",
"version": "0.3.3",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string",
"version": "0.3.2",
"version": "0.3.3",
"description": "rusty magic-string",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 871e10b

Please sign in to comment.