Skip to content

Commit

Permalink
chore(mason_cli): v0.1.2 (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Dec 5, 2024
1 parent e6411d3 commit 4de5083
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions packages/mason_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.1.2

- feat: improve the output of `mason --version` ([#1482](https://github.com/felangel/mason/issues/1482))
```sh
$ mason --version
mason_cli 0.1.1 • command-line interface
mason 0.1.0 • core templating engine
```

# 0.1.1

- fix: `mason init` uses `hello 0.1.0+2` for `mason v0.1.0` compatibility
Expand Down
2 changes: 1 addition & 1 deletion packages/mason_cli/lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/mason_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: mason_cli
description: >
Mason CLI allows developers to create and consume reusable templates called bricks.
version: 0.1.1
version: 0.1.2
homepage: https://github.com/felangel/mason
repository: https://github.com/felangel/mason
issue_tracker: https://github.com/felangel/mason/issues
Expand Down

0 comments on commit 4de5083

Please sign in to comment.