Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Nov 23, 2022
1 parent 7eaa383 commit 0d4dfce
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.2.0](https://github.com/nytamin/threadedClass/compare/1.1.2...1.2.0) (2022-11-23)


### Features

* add autoRestart retry options ([52e4591](https://github.com/nytamin/threadedClass/commit/52e45913d7b68e4bf6d713da32f14dcb8eb35a83))
* add strict mode ([75c4d4d](https://github.com/nytamin/threadedClass/commit/75c4d4dc72a2f0943bb87f6d1f7abe2a60c8d227))
* allow disabling timeouts and add error types ([5616a1a](https://github.com/nytamin/threadedClass/commit/5616a1a105948b28391ca62759c138686d91b0a3))


### Bug Fixes

* promise returned from `restartChild` ([7b025f7](https://github.com/nytamin/threadedClass/commit/7b025f75db89be3930565bb8272ff53e71bbca61))
* refactor and fix an issue with autoRestartFailCount ([e32dd03](https://github.com/nytamin/threadedClass/commit/e32dd0343235e33982b5b34fa031f89ea20ead4f))
* test failing inconsistently, and lint ([5760962](https://github.com/nytamin/threadedClass/commit/576096228267c6236c0ba1fd2c6b59188c385f36))

### [1.1.2](https://github.com/nytamin/threadedClass/compare/1.1.0...1.1.2) (2022-11-02)


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": "threadedclass",
"version": "1.1.2",
"version": "1.2.0",
"description": "",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 0d4dfce

Please sign in to comment.