|
2 | 2 |
|
3 | 3 | > Package changelog.
|
4 | 4 |
|
5 |
| -See [GitHub Releases](https://github.com/stdlib-js/array-base-zero-to/releases) for the changelog. |
| 5 | +<section class="release" id="unreleased"> |
| 6 | + |
| 7 | +## Unreleased (2024-07-17) |
| 8 | + |
| 9 | +<section class="commits"> |
| 10 | + |
| 11 | +### Commits |
| 12 | + |
| 13 | +<details> |
| 14 | + |
| 15 | +- [`8d4c46b`](https://github.com/stdlib-js/stdlib/commit/8d4c46b10ca912401e0ff0caa37a17cd3c443c2f) - **refactor:** update paths _(by Athan Reines)_ |
| 16 | +- [`ed9c0a5`](https://github.com/stdlib-js/stdlib/commit/ed9c0a5e55ff09af3dd6af8c38615480e2c1828e) - **refactor:** update paths _(by Athan Reines)_ |
| 17 | +- [`18b3c79`](https://github.com/stdlib-js/stdlib/commit/18b3c79c5035c7082618b7379cd6576e64393a96) - **refactor:** update paths _(by Athan Reines)_ |
| 18 | +- [`ec98887`](https://github.com/stdlib-js/stdlib/commit/ec9888724c28aa7218d88ff62b91b71c0089c559) - **docs:** update related packages sections [(##2241)](#2241) _(by stdlib-bot)_ |
| 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 | +- [`5a9e3a2`](https://github.com/stdlib-js/stdlib/commit/5a9e3a2be378a79829489e2aba08affe51acbaf5) - add `assign` method |
| 51 | +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version |
| 52 | + |
| 53 | +</section> |
| 54 | + |
| 55 | +<!-- /.features --> |
| 56 | + |
| 57 | +<section class="breaking-changes"> |
| 58 | + |
| 59 | +### BREAKING CHANGES |
| 60 | + |
| 61 | +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version |
| 62 | +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1 |
| 63 | + |
| 64 | + - To migrate, users should upgrade their TypeScript version to at least version 4.1. |
| 65 | + |
| 66 | +</section> |
| 67 | + |
| 68 | +<!-- /.breaking-changes --> |
| 69 | + |
| 70 | +<section class="commits"> |
| 71 | + |
| 72 | +### Commits |
| 73 | + |
| 74 | +<details> |
| 75 | + |
| 76 | +- [`40b06c3`](https://github.com/stdlib-js/stdlib/commit/40b06c38ef5d19e312c34525b5ba7b2977efb0a2) - **refactor:** use `dtype` property rather than assertion API _(by Athan Reines)_ |
| 77 | +- [`5a9e3a2`](https://github.com/stdlib-js/stdlib/commit/5a9e3a2be378a79829489e2aba08affe51acbaf5) - **feat:** add `assign` method _(by Athan Reines)_ |
| 78 | +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_ |
| 79 | + |
| 80 | +</details> |
| 81 | + |
| 82 | +</section> |
| 83 | + |
| 84 | +<!-- /.commits --> |
| 85 | + |
| 86 | +<section class="contributors"> |
| 87 | + |
| 88 | +### Contributors |
| 89 | + |
| 90 | +A total of 2 people contributed to this release. Thank you to the following contributors: |
| 91 | + |
| 92 | +- Athan Reines |
| 93 | +- Philipp Burckhardt |
| 94 | + |
| 95 | +</section> |
| 96 | + |
| 97 | +<!-- /.contributors --> |
| 98 | + |
| 99 | +</section> |
| 100 | + |
| 101 | +<!-- /.release --> |
| 102 | + |
0 commit comments