diff --git a/CHANGELOG.md b/CHANGELOG.md index 456af11f..ea6b33f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.1](https://github.com/VilledeMontreal/workit/compare/v4.2.0...v4.2.1) (2020-09-23) + + +### Bug Fixes + +* retryTimeoutInMs → retryTimeout ([#213](https://github.com/VilledeMontreal/workit/issues/213)) ([dc02fe6](https://github.com/VilledeMontreal/workit/commit/dc02fe68f4a0bc30c1126dc189ac2e8dd1bcc16c)) + + + + + ## 4.2.1 (2020-09-23) #### :bug: (Bug Fix) diff --git a/examples/basic/CHANGELOG.md b/examples/basic/CHANGELOG.md index b38d6d87..bb4260f6 100644 --- a/examples/basic/CHANGELOG.md +++ b/examples/basic/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.1](https://github.com/VilledeMontreal/workit/compare/v4.2.0...v4.2.1) (2020-09-23) + +**Note:** Version bump only for package workit-example-basic + + + + + # [4.2.0](https://github.com/VilledeMontreal/workit/compare/v4.1.0...v4.2.0) (2020-09-15) diff --git a/examples/basic/package.json b/examples/basic/package.json index 5720a9ae..114014a7 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -1,7 +1,7 @@ { "name": "workit-example-basic", "private": true, - "version": "4.2.0", + "version": "4.2.1", "description": "Basic example of workit usage", "main": "lib/src/worker.js", "typings": "lib/src/worker.d.ts", @@ -39,7 +39,7 @@ }, "dependencies": { "axios": "^0.19.2", - "workit-camunda": "^4.2.0", + "workit-camunda": "^4.2.1", "workit-core": "^4.2.0", "workit-types": "^4.2.0" }, diff --git a/examples/binding/CHANGELOG.md b/examples/binding/CHANGELOG.md index e2f6930a..8563801c 100644 --- a/examples/binding/CHANGELOG.md +++ b/examples/binding/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.1](https://github.com/VilledeMontreal/workit/compare/v4.2.0...v4.2.1) (2020-09-23) + +**Note:** Version bump only for package workit-example-binding + + + + + # [4.2.0](https://github.com/VilledeMontreal/workit/compare/v4.1.0...v4.2.0) (2020-09-15) diff --git a/examples/binding/package.json b/examples/binding/package.json index 658355f2..94477b06 100644 --- a/examples/binding/package.json +++ b/examples/binding/package.json @@ -1,7 +1,7 @@ { "name": "workit-example-binding", "private": true, - "version": "4.2.0", + "version": "4.2.1", "description": "Show how to bind tasks with Workit", "main": "lib/src/worker.js", "typings": "lib/src/worker.d.ts", @@ -39,7 +39,7 @@ }, "dependencies": { "axios": "^0.19.2", - "workit-camunda": "^4.2.0", + "workit-camunda": "^4.2.1", "workit-core": "^4.2.0", "workit-types": "^4.2.0" }, diff --git a/examples/camunda-cloud/CHANGELOG.md b/examples/camunda-cloud/CHANGELOG.md index e5798796..b9b7de11 100644 --- a/examples/camunda-cloud/CHANGELOG.md +++ b/examples/camunda-cloud/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.1](https://github.com/VilledeMontreal/workit/compare/v4.2.0...v4.2.1) (2020-09-23) + +**Note:** Version bump only for package workit-camunda-cloud + + + + + # [4.2.0](https://github.com/VilledeMontreal/workit/compare/v4.1.0...v4.2.0) (2020-09-15) diff --git a/examples/camunda-cloud/package.json b/examples/camunda-cloud/package.json index ad4abaa1..cd873382 100644 --- a/examples/camunda-cloud/package.json +++ b/examples/camunda-cloud/package.json @@ -1,7 +1,7 @@ { "name": "workit-camunda-cloud", "private": true, - "version": "4.2.0", + "version": "4.2.1", "description": "Basic example of workit usage with Camunda Cloud", "main": "lib/src/worker.js", "typings": "lib/src/worker.d.ts", @@ -38,7 +38,7 @@ "typescript": "^3.8.3" }, "dependencies": { - "workit-camunda": "^4.2.0", + "workit-camunda": "^4.2.1", "workit-core": "^4.2.0", "workit-types": "^4.2.0" }, diff --git a/examples/event/CHANGELOG.md b/examples/event/CHANGELOG.md index e9f8ad22..2a86c0fe 100644 --- a/examples/event/CHANGELOG.md +++ b/examples/event/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.1](https://github.com/VilledeMontreal/workit/compare/v4.2.0...v4.2.1) (2020-09-23) + +**Note:** Version bump only for package workit-example-event + + + + + # [4.2.0](https://github.com/VilledeMontreal/workit/compare/v4.1.0...v4.2.0) (2020-09-15) diff --git a/examples/event/package.json b/examples/event/package.json index 1e205ec9..f67d9034 100644 --- a/examples/event/package.json +++ b/examples/event/package.json @@ -1,7 +1,7 @@ { "name": "workit-example-event", "private": true, - "version": "4.2.0", + "version": "4.2.1", "description": "Show how to send an event with Workit", "main": "lib/src/worker.js", "typings": "lib/src/worker.d.ts", @@ -39,7 +39,7 @@ }, "dependencies": { "axios": "^0.19.0", - "workit-camunda": "^4.2.0", + "workit-camunda": "^4.2.1", "workit-core": "^4.2.0", "workit-types": "^4.2.0" }, diff --git a/examples/failure-strategy/CHANGELOG.md b/examples/failure-strategy/CHANGELOG.md index 56477f9c..c2ddd125 100644 --- a/examples/failure-strategy/CHANGELOG.md +++ b/examples/failure-strategy/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.1](https://github.com/VilledeMontreal/workit/compare/v4.2.0...v4.2.1) (2020-09-23) + +**Note:** Version bump only for package workit-example-failure-strategy + + + + + # [4.2.0](https://github.com/VilledeMontreal/workit/compare/v4.1.0...v4.2.0) (2020-09-15) diff --git a/examples/failure-strategy/package.json b/examples/failure-strategy/package.json index 224608e5..c6a17931 100644 --- a/examples/failure-strategy/package.json +++ b/examples/failure-strategy/package.json @@ -1,7 +1,7 @@ { "name": "workit-example-failure-strategy", "private": true, - "version": "4.2.0", + "version": "4.2.1", "description": "Failure strategy example", "main": "lib/src/worker.js", "typings": "lib/src/worker.d.ts", @@ -39,7 +39,7 @@ }, "dependencies": { "axios": "^0.19.2", - "workit-camunda": "^4.2.0", + "workit-camunda": "^4.2.1", "workit-core": "^4.2.0", "workit-types": "^4.2.0" }, diff --git a/examples/opentelemetry/CHANGELOG.md b/examples/opentelemetry/CHANGELOG.md index 1a7eb963..e5e5b847 100644 --- a/examples/opentelemetry/CHANGELOG.md +++ b/examples/opentelemetry/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.1](https://github.com/VilledeMontreal/workit/compare/v4.2.0...v4.2.1) (2020-09-23) + +**Note:** Version bump only for package workit-example-opentelemetry + + + + + # [4.2.0](https://github.com/VilledeMontreal/workit/compare/v4.1.0...v4.2.0) (2020-09-15) diff --git a/examples/opentelemetry/package.json b/examples/opentelemetry/package.json index 250f3f1e..48129528 100644 --- a/examples/opentelemetry/package.json +++ b/examples/opentelemetry/package.json @@ -1,7 +1,7 @@ { "name": "workit-example-opentelemetry", "private": true, - "version": "4.2.0", + "version": "4.2.1", "description": "Show how to trace operations with Workit an OpenTelemetry", "main": "lib/src/worker.js", "typings": "lib/src/worker.d.ts", @@ -44,7 +44,7 @@ "@opentelemetry/plugin-https": "0.4.0", "@opentelemetry/tracing": "0.4.0", "axios": "^0.19.2", - "workit-camunda": "^4.2.0", + "workit-camunda": "^4.2.1", "workit-core": "^4.2.0", "workit-types": "^4.2.0" }, diff --git a/examples/parallel/CHANGELOG.md b/examples/parallel/CHANGELOG.md index 01a18ed4..a0d3d6a5 100644 --- a/examples/parallel/CHANGELOG.md +++ b/examples/parallel/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.1](https://github.com/VilledeMontreal/workit/compare/v4.2.0...v4.2.1) (2020-09-23) + +**Note:** Version bump only for package workit-example-parallel + + + + + # [4.2.0](https://github.com/VilledeMontreal/workit/compare/v4.1.0...v4.2.0) (2020-09-15) diff --git a/examples/parallel/package.json b/examples/parallel/package.json index b4ea0655..e1e65b23 100644 --- a/examples/parallel/package.json +++ b/examples/parallel/package.json @@ -1,7 +1,7 @@ { "name": "workit-example-parallel", "private": true, - "version": "4.2.0", + "version": "4.2.1", "description": "Show how to run parallel tasks with Workit", "main": "lib/src/worker.js", "typings": "lib/src/worker.d.ts", @@ -39,7 +39,7 @@ }, "dependencies": { "axios": "^0.19.2", - "workit-camunda": "^4.2.0", + "workit-camunda": "^4.2.1", "workit-core": "^4.2.0", "workit-types": "^4.2.0" }, diff --git a/lerna.json b/lerna.json index 7883d9da..4beb036c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.20.2", - "version": "4.2.0", + "version": "4.2.1", "packages": [ "examples/*", "packages/*" diff --git a/packages/workit-bpm-client/CHANGELOG.md b/packages/workit-bpm-client/CHANGELOG.md index da5d47eb..37524ca1 100644 --- a/packages/workit-bpm-client/CHANGELOG.md +++ b/packages/workit-bpm-client/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.1](https://github.com/VilledeMontreal/workit/compare/v4.2.0...v4.2.1) (2020-09-23) + + +### Bug Fixes + +* retryTimeoutInMs → retryTimeout ([#213](https://github.com/VilledeMontreal/workit/issues/213)) ([dc02fe6](https://github.com/VilledeMontreal/workit/commit/dc02fe68f4a0bc30c1126dc189ac2e8dd1bcc16c)) + + + + + # [4.2.0](https://github.com/VilledeMontreal/workit/compare/v4.1.0...v4.2.0) (2020-09-15) diff --git a/packages/workit-bpm-client/package.json b/packages/workit-bpm-client/package.json index 861f06ed..2bf7271b 100644 --- a/packages/workit-bpm-client/package.json +++ b/packages/workit-bpm-client/package.json @@ -1,6 +1,6 @@ { "name": "workit-bpm-client", - "version": "4.2.0", + "version": "4.2.1", "description": "Camunda BPM client for WorkIt that works with Camunda platform powered by TypeScript", "author": "Montreal City Authors", "homepage": "https://github.com/VilledeMontreal/workit#readme", diff --git a/packages/workit-camunda/CHANGELOG.md b/packages/workit-camunda/CHANGELOG.md index 69897149..e5476169 100644 --- a/packages/workit-camunda/CHANGELOG.md +++ b/packages/workit-camunda/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.1](https://github.com/VilledeMontreal/workit/compare/v4.2.0...v4.2.1) (2020-09-23) + +**Note:** Version bump only for package workit-camunda + + + + + # [4.2.0](https://github.com/VilledeMontreal/workit/compare/v4.1.0...v4.2.0) (2020-09-15) diff --git a/packages/workit-camunda/package.json b/packages/workit-camunda/package.json index 5894387f..73de3217 100644 --- a/packages/workit-camunda/package.json +++ b/packages/workit-camunda/package.json @@ -1,6 +1,6 @@ { "name": "workit-camunda", - "version": "4.2.0", + "version": "4.2.1", "description": "Worker for Node.js system with pluggable Camunda clients that works with both Zeebe and Camunda platform powered by TypeScript", "author": "Montreal City Authors", "homepage": "https://github.com/VilledeMontreal/workit#readme", @@ -11,7 +11,7 @@ "debug": "~4.1.1", "inversify": "~5.0.1", "reflect-metadata": "~0.1.13", - "workit-bpm-client": "^4.2.0", + "workit-bpm-client": "^4.2.1", "workit-core": "^4.2.0", "workit-types": "^4.2.0", "workit-zeebe-client": "^4.2.0"