Skip to content

Commit 4de5083

Browse files
authored
chore(mason_cli): v0.1.2 (#1483)
1 parent e6411d3 commit 4de5083

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

packages/mason_cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.1.2
2+
3+
- feat: improve the output of `mason --version` ([#1482](https://github.com/felangel/mason/issues/1482))
4+
```sh
5+
$ mason --version
6+
mason_cli 0.1.1 • command-line interface
7+
mason 0.1.0 • core templating engine
8+
```
9+
110
# 0.1.1
211

312
- fix: `mason init` uses `hello 0.1.0+2` for `mason v0.1.0` compatibility

packages/mason_cli/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mason_cli/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: mason_cli
22
description: >
33
Mason CLI allows developers to create and consume reusable templates called bricks.
4-
version: 0.1.1
4+
version: 0.1.2
55
homepage: https://github.com/felangel/mason
66
repository: https://github.com/felangel/mason
77
issue_tracker: https://github.com/felangel/mason/issues

0 commit comments

Comments
 (0)