Skip to content

Commit

Permalink
ci: pre-release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierAlbertini committed Sep 15, 2020
1 parent 49c24f4 commit e9764d6
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.2.0 (2020-09-15)

#### :rocket: (Enhancement)
* [#212](https://github.com/VilledeMontreal/workit/pull/212) Use custom retry timeout upon failure
* [#178](https://github.com/VilledeMontreal/workit/pull/178) fix: move from tslint to eslint

#### :books: (Refine Doc)
* [#172](https://github.com/VilledeMontreal/workit/pull/172) docs(examples): add camunda-cloud

#### Committers: 2
- Olivier Albertini ([@OlivierAlbertini](https://github.com/OlivierAlbertini))
- Sylvain Bouchard ([@sylvain-bouchard](https://github.com/sylvain-bouchard))

## 4.1.0 (2020-03-12)

#### :rocket: (Enhancement)
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ This package can be useful because:

## Packages

<p style="color:red;"><strong>Packages will move under @villedemontreal organization after the 4.2.0 version. Packages must be renamed in your package.json file.</strong></p>

For example, instead of `workit-camunda` it will be `@villedemontreal/workit-camunda`.

### API

| Package | Description |
Expand Down
2 changes: 1 addition & 1 deletion packages/workit-camunda/src/camunda-n-mq/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { inject, injectable } from 'inversify';
import 'reflect-metadata';
import { IClient, IMessage } from 'workit-types';
import { SERVICE_IDENTIFIER } from '../config/constants/identifiers';

// eslint-disable-next-line import/order
import debug = require('debug');

const log = debug('workit:clientBase');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
import { SERVICE_IDENTIFIER } from '../config/constants/identifiers';
import { Interceptors } from '../interceptors';
import { IoC, kernel } from '../config/container';

// eslint-disable-next-line import/order
import debug = require('debug');

const log = debug('workit:processHandler');
Expand Down
2 changes: 1 addition & 1 deletion packages/workit-core/src/proxyFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

import { ProxyObserver } from './proxyObserver';

// eslint-disable-next-line import/order
import debug = require('debug');

const log = debug('workit:proxy');
Expand Down

0 comments on commit e9764d6

Please sign in to comment.