|
2 | 2 |
|
3 | 3 | > Package changelog. |
4 | 4 |
|
5 | | -See [GitHub Releases](https://github.com/stdlib-js/utils-map-reduce-right/releases) for the changelog. |
| 5 | +<section class="release" id="unreleased"> |
| 6 | + |
| 7 | +## Unreleased (2024-07-18) |
| 8 | + |
| 9 | +<section class="commits"> |
| 10 | + |
| 11 | +### Commits |
| 12 | + |
| 13 | +<details> |
| 14 | + |
| 15 | +- [`0406147`](https://github.com/stdlib-js/stdlib/commit/04061476d1036e1b8b786736b1ba1653eddff1ef) - **refactor:** update paths _(by Athan Reines)_ |
| 16 | +- [`8d4c46b`](https://github.com/stdlib-js/stdlib/commit/8d4c46b10ca912401e0ff0caa37a17cd3c443c2f) - **refactor:** update paths _(by Athan Reines)_ |
| 17 | +- [`18b3c79`](https://github.com/stdlib-js/stdlib/commit/18b3c79c5035c7082618b7379cd6576e64393a96) - **refactor:** update paths _(by Athan Reines)_ |
| 18 | +- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_ |
| 19 | + |
| 20 | +</details> |
| 21 | + |
| 22 | +</section> |
| 23 | + |
| 24 | +<!-- /.commits --> |
| 25 | + |
| 26 | +<section class="contributors"> |
| 27 | + |
| 28 | +### Contributors |
| 29 | + |
| 30 | +A total of 1 person contributed to this release. Thank you to this contributor: |
| 31 | + |
| 32 | +- Athan Reines |
| 33 | + |
| 34 | +</section> |
| 35 | + |
| 36 | +<!-- /.contributors --> |
| 37 | + |
| 38 | +</section> |
| 39 | + |
| 40 | +<!-- /.release --> |
| 41 | + |
| 42 | +<section class="release" id="v0.2.1"> |
| 43 | + |
| 44 | +## 0.2.1 (2024-02-25) |
| 45 | + |
| 46 | +<section class="features"> |
| 47 | + |
| 48 | +### Features |
| 49 | + |
| 50 | +- [`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0) - update minimum TypeScript version |
| 51 | + |
| 52 | +</section> |
| 53 | + |
| 54 | +<!-- /.features --> |
| 55 | + |
| 56 | +<section class="bug-fixes"> |
| 57 | + |
| 58 | +### Bug Fixes |
| 59 | + |
| 60 | +- [`4ff0c5a`](https://github.com/stdlib-js/stdlib/commit/4ff0c5a46aaca21237522f26e030aaefb19bb7be) - update import path for `Collection` type definition and improve type specificity |
| 61 | + |
| 62 | +</section> |
| 63 | + |
| 64 | +<!-- /.bug-fixes --> |
| 65 | + |
| 66 | +<section class="breaking-changes"> |
| 67 | + |
| 68 | +### BREAKING CHANGES |
| 69 | + |
| 70 | +- [`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0): update minimum TypeScript version |
| 71 | +- [`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0): update minimum TypeScript version to 4.1 |
| 72 | + |
| 73 | + - To migrate, users should upgrade their TypeScript version to at least version 4.1. |
| 74 | + |
| 75 | +</section> |
| 76 | + |
| 77 | +<!-- /.breaking-changes --> |
| 78 | + |
| 79 | +<section class="commits"> |
| 80 | + |
| 81 | +### Commits |
| 82 | + |
| 83 | +<details> |
| 84 | + |
| 85 | +- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_ |
| 86 | +- [`cacca61`](https://github.com/stdlib-js/stdlib/commit/cacca61bc884c5c1805716236733cf378d0ce955) - **docs:** update links _(by Athan Reines)_ |
| 87 | +- [`4ff0c5a`](https://github.com/stdlib-js/stdlib/commit/4ff0c5a46aaca21237522f26e030aaefb19bb7be) - **fix:** update import path for `Collection` type definition and improve type specificity _(by Athan Reines)_ |
| 88 | +- [`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_ |
| 89 | + |
| 90 | +</details> |
| 91 | + |
| 92 | +</section> |
| 93 | + |
| 94 | +<!-- /.commits --> |
| 95 | + |
| 96 | +<section class="contributors"> |
| 97 | + |
| 98 | +### Contributors |
| 99 | + |
| 100 | +A total of 2 people contributed to this release. Thank you to the following contributors: |
| 101 | + |
| 102 | +- Athan Reines |
| 103 | +- Philipp Burckhardt |
| 104 | + |
| 105 | +</section> |
| 106 | + |
| 107 | +<!-- /.contributors --> |
| 108 | + |
| 109 | +</section> |
| 110 | + |
| 111 | +<!-- /.release --> |
| 112 | + |
0 commit comments