vmes-flowable
Version:
ceshibao
38 lines (20 loc) • 704 B
Markdown
# Changelog
All notable changes to [bpmn-js-cli](https://github.com/bpmn-io/bpmn-js-cli) are documented here. We use [semantic versioning](http://semver.org/) for releases.
## Unreleased
___Note:__ Yet to be released changes appear here._
## 1.4.1
* `CHORE`: fix CHANGELOG
## 1.4.0
_Republish of `v1.2.0`._
## 1.2.0
* `CHORE`: support `bpmn-js@6`
## 1.1.0
* `CHORE`: support `bpmn-js@4` and `bpmn-js@5`
## 1.0.0
* `FEAT`: expose ES modules
* `FEAT`: mark as `bpmn-js@3` compatible
* `CHORE`: drop `bpmn-js@0.x` compatibility
### Breaking Changes
* You must now use an ES module aware bundler such as Webpack or Rollup to consume this library.
## ...
Check `git log` for earlier history.