Changelog
=========

> **Tags:**
> - :boom:       [Breaking Change]
> - :rocket:     [New Feature]
> - :bug:        [Bug Fix]
> - :memo:       [Documentation]
> - :house:      [Internal]
> - :nail_care:  [Polish]

## v3.81.0 (2022-03-31)

#### :bug: Bug Fix

* Fixed TS type inferring

## v3.64.0 (2021-11-16)

#### :rocket: New Feature

* Added a new method `unwrap`

## v3.60.3 (2021-10-05)

#### :bug: Bug Fix

* Fixed a bug with double resolving of a promise when it resolved by another promise

## v3.59.2 (2021-09-27)

#### :bug: Bug Fix

* Now `finally` respects exceptions values from a callback

## v3.59.0 (2021-09-08)

#### :rocket: New Feature

* Added a new static method `any`

#### :bug: Bug Fix

* Fixed some cases when a promise is resolved with another promise

## v3.58.0 (2021-09-01)

#### :rocket: New Feature

* Added a new static method `allSettled`

## v3.34.0 (2021-03-03)

#### :rocket: New Feature

* Added a new helper `memoize`
