Skip to content

Commit

Permalink
Merge pull request #29 from transcovo/TECH-prep_bump
Browse files Browse the repository at this point in the history
TECH - chore(release): Bumping version + TS definition
  • Loading branch information
MohamedJeffal authored Mar 6, 2019
2 parents 920005d + f6c90ff commit 6b1ea1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export interface BusClient extends EventEmitter {
options?: Bus.PublishOptions,
): Boolean;

close(): Promise<void>;
// forceClose defaults to false
close(forceClose?: Boolean): Promise<void>;
}

declare namespace Bus {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chauffeur-prive/node-amqp-bus",
"version": "5.2.0",
"version": "6.0.0",
"description": "Implement a Bus using AMQP in nodejs",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6b1ea1e

Please sign in to comment.