Skip to content

Commit

Permalink
chore(main): release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and barmac committed Jan 23, 2024
1 parent 0a7fe1f commit d9795b9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to [element-templates-cli](https://github.com/bpmn-io/element-templates-cli) are documented here. We use [semantic versioning](http://semver.org/) for releases.

## [0.2.2](https://github.com/bpmn-io/element-templates-cli/compare/v0.2.1...v0.2.2) (2024-01-23)


### Bug Fixes

* correctly use `package.json#bin` ([0a7fe1f](https://github.com/bpmn-io/element-templates-cli/commit/0a7fe1f406746971b6ed3e42f87511c3aac82aa6))

## [0.2.1](https://github.com/bpmn-io/element-templates-cli/compare/v0.2.0...v0.2.1) (2024-01-22)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-templates-cli",
"version": "0.2.1",
"version": "0.2.2",
"description": "Apply element templates on BPMN elements in your terminal.",
"main": "dist/index.js",
"bin": {
Expand Down

0 comments on commit d9795b9

Please sign in to comment.