Skip to content

Commit 3b5c7fd

Browse files
committed
v0.5.1
1 parent 0ab8cc7 commit 3b5c7fd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

auto_updater.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.5.0/rn-debugger-darwin-x64.zip",
3-
"name": "v0.5.0",
4-
"notes": "The auto_updater.json is unnecessary in this version, just retention."
3+
"name": "v0.5.1",
4+
"notes": "1. [Feature] Add `Stay in Front` menu item.\n2. [Feature] Add shouldCatchErrors, actionsBlacklist, actionsWhitelist option for redux API of worker\n3. [Bugfix] Pass filters to `isFiltered` call to satisfy expected signature"
55
}

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-debugger",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"productName": "React Native Debugger",
55
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
66
"main": "main.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-debugger",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"productName": "React Native Debugger",
55
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
66
"main": "electron/main.js",

0 commit comments

Comments
 (0)