Skip to content

Commit

Permalink
chore(release): prepare release of version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkelemen authored Nov 22, 2022
1 parent 10f02e6 commit 85c8f8b
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 13 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.3.1
### Features
- Bump multiple dependencies in JS external task client ([#2801](https://github.com/camunda/camunda-bpm-platform/issues/2801))

## 2.3.0
### Features
- Expose exception error code ([#257](https://github.com/camunda/camunda-external-task-client-js/pull/257))
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.3.0"
"camunda-external-task-client-js": "2.3.1"
}
}
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.3.0"
"camunda-external-task-client-js": "2.3.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.3.1-SNAPSHOT",
"version": "2.3.1",
"name": "camunda-external-task-client-js",
"main": "index.js",
"repository": "https://github.com/camunda/camunda-external-task-client-js.git",
Expand Down
22 changes: 13 additions & 9 deletions test/package-lock.json

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

0 comments on commit 85c8f8b

Please sign in to comment.