Skip to content

Commit

Permalink
chore(release): prepare release of version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkelemen committed Jun 28, 2023
1 parent 26df798 commit 58496bc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 3.0.1
### Features
- Update got package ([#3135](https://github.com/camunda/camunda-bpm-platform/issues/3135))
- Rethrow errors when calling TaskService api ([#3222](https://github.com/camunda/camunda-bpm-platform/issues/3222))

## 3.0.0
### Features
- Bump json5 from 2.2.1 to 2.2.3 ([#3091](https://github.com/camunda/camunda-bpm-platform/issues/3091))
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 @@ -6,6 +6,6 @@
"author": "Camunda Services GmbH",
"license": "Apache License 2.0",
"dependencies": {
"camunda-external-task-client-js": "3.0.0"
"camunda-external-task-client-js": "3.0.1"
}
}
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.0"
"camunda-external-task-client-js": "3.0.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": "3.0.1-SNAPSHOT",
"version": "3.0.1",
"name": "camunda-external-task-client-js",
"exports": "./index.js",
"type": "module",
Expand Down

0 comments on commit 58496bc

Please sign in to comment.