Skip to content

Commit

Permalink
chore(release): prepare release of version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkelemen committed Apr 3, 2024
1 parent bccb05b commit 8e08ef6
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 25 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.1.0
### Features

- Update dependencies ([#3698](https://github.com/camunda/camunda-bpm-platform/issues/3698),[#3906](https://github.com/camunda/camunda-bpm-platform/issues/3906))
- Add sort by create time capability ([#3928](https://github.com/camunda/camunda-bpm-platform/issues/3928))

## 3.0.1
### Features
- Update got package ([#3135](https://github.com/camunda/camunda-bpm-platform/issues/3135))
Expand Down
11 changes: 1 addition & 10 deletions examples/granting-loans/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 examples/granting-loans/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"author": "Camunda Services GmbH",
"license": "Apache License 2.0",
"dependencies": {
"camunda-external-task-client-js": "3.0.1"
"camunda-external-task-client-js": "3.1.0"
}
}
11 changes: 1 addition & 10 deletions examples/order/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 examples/order/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"author": "Camunda Services GmbH",
"license": "MIT",
"dependencies": {
"camunda-external-task-client-js": "3.0.1"
"camunda-external-task-client-js": "3.1.0"
}
}
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,5 +1,5 @@
{
"version": "3.0.2-SNAPSHOT",
"version": "3.1.0",
"name": "camunda-external-task-client-js",
"exports": "./index.js",
"type": "module",
Expand Down

0 comments on commit 8e08ef6

Please sign in to comment.