Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
konicyQWQ committed Jul 15, 2022
1 parent 1581498 commit 2acdb3d
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
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": "@speedy-js/speedy-napi-darwin-arm64",
"version": "0.9.1",
"version": "0.9.2",
"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": "@speedy-js/speedy-napi-darwin-x64",
"version": "0.9.1",
"version": "0.9.2",
"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": "@speedy-js/speedy-napi-freebsd-x64",
"version": "0.9.1",
"version": "0.9.2",
"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": "@speedy-js/speedy-napi-linux-arm-gnueabihf",
"version": "0.9.1",
"version": "0.9.2",
"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": "@speedy-js/speedy-napi-linux-arm64-gnu",
"version": "0.9.1",
"version": "0.9.2",
"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": "@speedy-js/speedy-napi-linux-arm64-musl",
"version": "0.9.1",
"version": "0.9.2",
"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": "@speedy-js/speedy-napi-linux-x64-gnu",
"version": "0.9.1",
"version": "0.9.2",
"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": "@speedy-js/speedy-napi-linux-x64-musl",
"version": "0.9.1",
"version": "0.9.2",
"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": "@speedy-js/speedy-napi-win32-arm64-msvc",
"version": "0.9.1",
"version": "0.9.2",
"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": "@speedy-js/speedy-napi-win32-ia32-msvc",
"version": "0.9.1",
"version": "0.9.2",
"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": "@speedy-js/speedy-napi-win32-x64-msvc",
"version": "0.9.1",
"version": "0.9.2",
"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": "@speedy-js/speedy-napi",
"version": "0.9.1",
"version": "0.9.2",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

1 comment on commit 2acdb3d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 2acdb3d Previous: 1581498 Ratio
Babel 1278 ops/sec (±5.75%) 669 ops/sec (±10.02%) 0.52

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.