Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
makenowjust committed Jan 7, 2022
1 parent 67c5f5b commit 2c47592
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dev
# 4.2.0 (2022-01-08)

Changes:

Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-redos/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.1.1",
"version": "4.2.0",
"main": "lib/main.js",
"files": [
"lib"
Expand All @@ -19,7 +19,7 @@
"typecheck": "tsc --noEmit -p ."
},
"dependencies": {
"recheck": "4.1.1"
"recheck": "4.2.0"
},
"peerDependencies": {
"eslint": ">= 3"
Expand Down
2 changes: 1 addition & 1 deletion packages/recheck-jar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recheck-jar",
"version": "4.1.1",
"version": "4.2.0",
"author": "TSUYUSATO Kitsune <[email protected]>",
"homepage": "https://makenowjust-labo.github.io/recheck/",
"description": "The JAR archive for recheck.",
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.1.1",
"version": "4.2.0",
"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.1.1",
"version": "4.2.0",
"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.1.1",
"version": "4.2.0",
"author": "TSUYUSATO Kitsune <[email protected]>",
"homepage": "https://makenowjust-labo.github.io/recheck/",
"description": "The Windows 64-bit binary for recheck.",
Expand Down
10 changes: 5 additions & 5 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.1.1",
"version": "4.2.0",
"main": "lib/main.js",
"browser": "lib/browser.js",
"types": "index.d.ts",
Expand All @@ -28,10 +28,10 @@
"index.d.ts"
],
"optionalDependencies": {
"recheck-jar": "4.1.1",
"recheck-linux-x64": "4.1.1",
"recheck-macos-x64": "4.1.1",
"recheck-windows-x64": "4.1.1"
"recheck-jar": "4.2.0",
"recheck-linux-x64": "4.2.0",
"recheck-macos-x64": "4.2.0",
"recheck-windows-x64": "4.2.0"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "7.16.7",
Expand Down

0 comments on commit 2c47592

Please sign in to comment.