Skip to content

Commit

Permalink
Removed heading
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed May 19, 2021
1 parent 12d95b6 commit d38ef82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Changelog

## 2.0.5

- Fix concurrently Flutter commands on monorepo [#296](https://github.com/leoafarias/fvm/issues/296)
Expand Down
2 changes: 1 addition & 1 deletion lib/src/utils/helpers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import 'dart:async';
import 'dart:io';

import 'package:cli_notify/cli_notify.dart';
import 'package:fvm/src/version.dart';
import 'package:path/path.dart';
import 'package:process_run/shell.dart';

import '../../constants.dart';
import '../services/context.dart';
import '../version.dart';
import 'logger.dart';

/// Checks if [name] is a channel
Expand Down

0 comments on commit d38ef82

Please sign in to comment.