Skip to content

Commit 0e8c7d1

Browse files
authored
Prepare devtools_server 0.1.2 (#623)
1 parent d75e017 commit 0e8c7d1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/devtools_server/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.2
2+
- The `launchDevTools` service will now return well-formed errors if it fails to
3+
launch the browser for any reason.
4+
15
## 0.1.1
26
- When running on ChromeOS, the `launchDevTools` service will now launch the native
37
ChromeOS browser (instead of the Linux version of Chrome installed in the Linux

packages/devtools_server/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: devtools_server
22
description: A server that supports Dart DevTools.
33

4-
version: 0.1.1
4+
version: 0.1.2
55

66
author: Dart Team <misc@dartlang.org>
77
homepage: https://github.com/flutter/devtools

0 commit comments

Comments
 (0)