|
2 | 2 |
|
3 | 3 | > Package changelog. |
4 | 4 |
|
5 | | -<section class="release" id="unreleased"> |
| 5 | +<section class="release" id="v0.2.2"> |
6 | 6 |
|
7 | | -## Unreleased (2024-07-01) |
| 7 | +## 0.2.2 (2024-07-26) |
| 8 | + |
| 9 | +No changes reported for this release. |
| 10 | + |
| 11 | +</section> |
| 12 | + |
| 13 | +<!-- /.release --> |
| 14 | + |
| 15 | +<section class="release" id="v0.2.1"> |
| 16 | + |
| 17 | +## 0.2.1 (2024-02-21) |
| 18 | + |
| 19 | +No changes reported for this release. |
| 20 | + |
| 21 | +</section> |
| 22 | + |
| 23 | +<!-- /.release --> |
| 24 | + |
| 25 | +<section class="release" id="v0.2.0"> |
| 26 | + |
| 27 | +## 0.2.0 (2024-02-14) |
| 28 | + |
| 29 | +No changes reported for this release. |
| 30 | + |
| 31 | +</section> |
| 32 | + |
| 33 | +<!-- /.release --> |
| 34 | + |
| 35 | +<section class="release" id="v0.1.1"> |
| 36 | + |
| 37 | +## 0.1.1 (2023-10-03) |
| 38 | + |
| 39 | +No changes reported for this release. |
| 40 | + |
| 41 | +</section> |
| 42 | + |
| 43 | +<!-- /.release --> |
| 44 | + |
| 45 | +<section class="release" id="v0.1.0"> |
| 46 | + |
| 47 | +## 0.1.0 (2023-09-22) |
| 48 | + |
| 49 | +<section class="features"> |
| 50 | + |
| 51 | +### Features |
| 52 | + |
| 53 | +- [`982de75`](https://github.com/stdlib-js/stdlib/commit/982de7581326be5be20dda30103779ac5ae5767f) - refactor `string/remove-last` [(#1079)](https://github.com/stdlib-js/stdlib/pull/1079) |
| 54 | +- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - update minimum TypeScript version |
| 55 | + |
| 56 | +</section> |
| 57 | + |
| 58 | +<!-- /.features --> |
| 59 | + |
| 60 | +<section class="breaking-changes"> |
| 61 | + |
| 62 | +### BREAKING CHANGES |
| 63 | + |
| 64 | +- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1): update minimum TypeScript version |
| 65 | + |
| 66 | +</section> |
| 67 | + |
| 68 | +<!-- /.breaking-changes --> |
| 69 | + |
| 70 | +<section class="commits"> |
| 71 | + |
| 72 | +### Commits |
| 73 | + |
| 74 | +<details> |
| 75 | + |
| 76 | +- [`982de75`](https://github.com/stdlib-js/stdlib/commit/982de7581326be5be20dda30103779ac5ae5767f) - **feat:** refactor `string/remove-last` [(#1079)](https://github.com/stdlib-js/stdlib/pull/1079) _(by Stephannie Jiménez Gacha, Athan Reines)_ |
| 77 | +- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_ |
| 78 | + |
| 79 | +</details> |
| 80 | + |
| 81 | +</section> |
| 82 | + |
| 83 | +<!-- /.commits --> |
| 84 | + |
| 85 | +<section class="contributors"> |
| 86 | + |
| 87 | +### Contributors |
| 88 | + |
| 89 | +A total of 3 people contributed to this release. Thank you to the following contributors: |
| 90 | + |
| 91 | +- Athan Reines |
| 92 | +- Philipp Burckhardt |
| 93 | +- Stephannie Jiménez Gacha |
| 94 | + |
| 95 | +</section> |
| 96 | + |
| 97 | +<!-- /.contributors --> |
| 98 | + |
| 99 | +</section> |
| 100 | + |
| 101 | +<!-- /.release --> |
| 102 | + |
| 103 | +<section class="release" id="v0.0.1"> |
| 104 | + |
| 105 | +## 0.0.1 (2023-08-10) |
| 106 | + |
| 107 | +<section class="features"> |
| 108 | + |
| 109 | +### Features |
| 110 | + |
| 111 | +- [`d1ded85`](https://github.com/stdlib-js/stdlib/commit/d1ded8522b3ef71491fd262ec2157dd198dff1ac) - add \"base\" string packages and refactor `string/remove-first` [(#1073)](https://github.com/stdlib-js/stdlib/pull/1073) |
| 112 | + |
| 113 | +</section> |
| 114 | + |
| 115 | +<!-- /.features --> |
8 | 116 |
|
9 | 117 | <section class="commits"> |
10 | 118 |
|
11 | 119 | ### Commits |
12 | 120 |
|
13 | 121 | <details> |
14 | 122 |
|
15 | | -- [`a591e05`](https://github.com/stdlib-js/stdlib/commit/a591e052cf1b1515c267781b914c6a482e150425) - **test:** fix test configuration _(by Athan Reines)_ |
| 123 | +- [`d1ded85`](https://github.com/stdlib-js/stdlib/commit/d1ded8522b3ef71491fd262ec2157dd198dff1ac) - **feat:** add \"base\" string packages and refactor `string/remove-first` [(#1073)](https://github.com/stdlib-js/stdlib/pull/1073) _(by Stephannie Jiménez Gacha, Athan Reines)_ |
16 | 124 |
|
17 | 125 | </details> |
18 | 126 |
|
|
24 | 132 |
|
25 | 133 | ### Contributors |
26 | 134 |
|
27 | | -A total of 1 person contributed to this release. Thank you to this contributor: |
| 135 | +A total of 2 people contributed to this release. Thank you to the following contributors: |
28 | 136 |
|
29 | 137 | - Athan Reines |
| 138 | +- Stephannie Jiménez Gacha |
30 | 139 |
|
31 | 140 | </section> |
32 | 141 |
|
|
0 commit comments