Skip to content

Commit

Permalink
chore(release): prepare release of version 2.2.0
Browse files Browse the repository at this point in the history
chore(release): prepare release of version 2.2.0

related to CAM-14528
  • Loading branch information
github-actions[bot] authored Apr 5, 2022
1 parent f3b23eb commit c6f48b2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.2.0
### Features
- Support setting transient variables via API ([#244](https://github.com/camunda/camunda-external-task-client-js/pull/244))

## 2.1.1
### Bug Fixes
- Fix loading file variables ([#208](https://github.com/camunda/camunda-external-task-client-js/pull/208))
Expand Down
2 changes: 1 addition & 1 deletion examples/granting-loans/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"author": "Camunda Services GmbH",
"license": "Apache License 2.0",
"dependencies": {
"camunda-external-task-client-js": "2.1.1"
"camunda-external-task-client-js": "2.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/order/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"camunda-external-task-client-js": "2.1.1"
"camunda-external-task-client-js": "2.2.0"
}
}
2 changes: 1 addition & 1 deletion 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,5 +1,5 @@
{
"version": "2.1.2-SNAPSHOT",
"version": "2.2.0",
"name": "camunda-external-task-client-js",
"main": "index.js",
"repository": "https://github.com/camunda/camunda-external-task-client-js.git",
Expand Down

0 comments on commit c6f48b2

Please sign in to comment.