Skip to content

Commit

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

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.3.0](https://github.com/bpmn-io/element-templates-cli/compare/v0.2.2...v0.3.0) (2024-02-23)


### Features

* allow Boolean and Number types in Camunda 8 diagrams ([372fba6](https://github.com/bpmn-io/element-templates-cli/commit/372fba6a2edc5fb62b277638a432cd6df841170d))


### Bug Fixes

* evaluate all chained conditions ([372fba6](https://github.com/bpmn-io/element-templates-cli/commit/372fba6a2edc5fb62b277638a432cd6df841170d))

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


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.2",
"version": "0.3.0",
"description": "Apply element templates on BPMN elements in your terminal.",
"main": "dist/index.js",
"bin": {
Expand Down

0 comments on commit 44278ae

Please sign in to comment.