Skip to content

Commit 12a847b

Browse files
authored
chore: Release 0.6.1 (#22)
1 parent 3d38ae7 commit 12a847b

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1+
## 0.6.1
2+
3+
- Update dependencies
4+
- New and improved example template
5+
- Fix CLI arguments / interactive mode hiccups
6+
- Improve parameter validation
7+
18
## 0.6.0
29

310
- Upgraded to Flame v1.11.0
4-
11+
512
## 0.5.0
613

714
- Upgraded to mason 0.1.0-dev.34

lib/version.g.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This file is generated. Do not manually edit.
2-
String igniteVersion = '0.6.0';
2+
String igniteVersion = '0.6.1';
33

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ignite_cli
22
description: Ignite your projects with flame; a CLI scaffolding tool to create and setup your Flame projects
3-
version: 0.6.0
3+
version: 0.6.1
44
repository: https://github.com/flame-engine/ignite-cli
55

66
# Add the bin/ignite.dart script to the scripts pub installs
@@ -27,4 +27,4 @@ dev_dependencies:
2727
dartdoc: ^8.0.2
2828
flame_lint: ^1.3.0
2929
mason_cli: ^0.1.2
30-
test: ^1.24.9
30+
test: ^1.24.9

0 commit comments

Comments
 (0)