Skip to content

Commit

Permalink
chore(release): prepare release of version 2.1.1
Browse files Browse the repository at this point in the history
related to CAM-13914, closes #246
  • Loading branch information
github-actions[bot] authored Oct 6, 2021
1 parent c31ea8e commit 83db9bb
Show file tree
Hide file tree
Showing 7 changed files with 11,410 additions and 584 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 2.1.1
### Bug Fixes
- Fix loading file variables ([#208](https://github.com/camunda/camunda-external-task-client-js/pull/208))

### Dependency Updates
- Bump lodash to version 4.17.21
- Bump ws to 5.2.3
- Bump normalize-url to 4.5.1
- Bump y18n to 3.2.2

## 2.1.0
### Features
- Allow manual locking of a Task
Expand Down
5,988 changes: 5,698 additions & 290 deletions examples/granting-loans/package-lock.json

Large diffs are not rendered by default.

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.0"
"camunda-external-task-client-js": "2.1.1"
}
}
5,988 changes: 5,698 additions & 290 deletions examples/order/package-lock.json

Large diffs are not rendered by default.

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.0"
"camunda-external-task-client-js": "2.1.1"
}
}
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.2.0-SNAPSHOT",
"version": "2.1.1",
"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 83db9bb

Please sign in to comment.