Skip to content

Commit 928e2b3

Browse files
committed
v0.6.0
1 parent db37b08 commit 928e2b3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

auto_updater.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.5.6/rn-debugger-macos-x64.zip",
3-
"name": "v0.5.6",
4-
"notes": "1. Use `react-devtools-core/standalone` instead of fork\n2. Disable zooming for app\n3. Update dependencies"
5-
}
2+
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.6.0/rn-debugger-macos-x64.zip",
3+
"name": "v0.6.0",
4+
"notes": "1. Based on `[email protected]` (beta) (Chrome 53 -> 56)\n2. React Inspector used `react-devtools-core@2.0.12`\n3. Add `serialize` option for redux enhancer\n4. Save window bounds when the app window closed\n5. [macOS] Add TouchBar integration"
5+
}

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.6.0-beta2",
3+
"version": "0.6.0",
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.6.0-beta2",
3+
"version": "0.6.0",
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)