Skip to content

Commit

Permalink
upped the version
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Mar 9, 2020
1 parent dadf827 commit d78208b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extras/src/from-timeout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function fromTimeout(timeout: number = 0, options?: IEmitOptions): Timeou
/**
* Implements a timeout event, with automatically cancelled subscriptions.
*
* A new timeout is started for every subscriber.
* A new timeout is started for every fresh subscriber.
*/
export class TimeoutEvent extends SubEvent<void> {
constructor(timeout: number = 0, options?: IEmitOptions) {
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": "sub-events",
"version": "1.6.0",
"version": "1.6.1",
"description": "Lightweight, strongly-typed events, with monitored subscriptions.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit d78208b

Please sign in to comment.