Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
makenowjust committed Nov 22, 2021
1 parent bfc9208 commit 75445e2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 4.0.1 (2021-11-23)

A test release.

# 4.0.0 (2021-11-23)

Changes:
Expand Down
2 changes: 1 addition & 1 deletion packages/recheck-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recheck-linux-x64",
"version": "4.0.0",
"version": "4.0.1",
"author": "TSUYUSATO Kitsune <[email protected]>",
"homepage": "https://makenowjust-labo.github.io/recheck/",
"description": "The Linux 64-bit binary for recheck.",
Expand Down
2 changes: 1 addition & 1 deletion packages/recheck-macos-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recheck-macos-x64",
"version": "4.0.0",
"version": "4.0.1",
"description": "The macOS 64-bit binary for recheck.",
"author": "TSUYUSATO Kitsune <[email protected]>",
"homepage": "https://makenowjust-labo.github.io/recheck/",
Expand Down
2 changes: 1 addition & 1 deletion packages/recheck-windows-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recheck-windows-x64",
"version": "4.0.0",
"version": "4.0.1",
"author": "TSUYUSATO Kitsune <[email protected]>",
"homepage": "https://makenowjust-labo.github.io/recheck/",
"description": "The Windows 64-bit binary for recheck.",
Expand Down
8 changes: 4 additions & 4 deletions packages/recheck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "TSUYUSATO Kitsune <[email protected]>",
"homepage": "https://makenowjust-labo.github.io/recheck/",
"repository": "https://github.com/MakeNowJust-Labo/recheck.git",
"version": "4.0.0",
"version": "4.0.1",
"main": "main.js",
"browser": "browser.js",
"types": "index.d.ts",
Expand All @@ -23,9 +23,9 @@
"main.js"
],
"optionalDependencies": {
"recheck-macos-x64": "4.0.0",
"recheck-linux-x64": "4.0.0",
"recheck-windows-x64": "4.0.0"
"recheck-macos-x64": "4.0.1",
"recheck-linux-x64": "4.0.1",
"recheck-windows-x64": "4.0.1"
},
"devDependencies": {
"esbuild": "^0.13.15"
Expand Down

0 comments on commit 75445e2

Please sign in to comment.