Skip to content

Commit 4ce8a78

Browse files
committed
Auto-generated commit
1 parent d840f19 commit 4ce8a78

File tree

2 files changed

+56
-19
lines changed

2 files changed

+56
-19
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T02:51:40.144Z
1+
2024-08-03T17:55:11.252Z

CHANGELOG.md

Lines changed: 55 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,39 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.2.2">
6+
7+
## 0.2.2 (2024-07-27)
8+
9+
No changes reported for this release.
10+
11+
</section>
612

7-
## Unreleased (2024-08-01)
13+
<!-- /.release -->
14+
15+
<section class="release" id="v0.2.1">
16+
17+
## 0.2.1 (2024-02-24)
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)
828

929
<section class="commits">
1030

1131
### Commits
1232

1333
<details>
1434

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
35+
- [`f9854ba`](https://github.com/stdlib-js/stdlib/commit/f9854ba76ecca611e58c9b8d3b84c2f6e7527e49) - **refactor:** use utility to create a MultiSlice from a list of arguments _(by Athan Reines)_
36+
- [`98414a0`](https://github.com/stdlib-js/stdlib/commit/98414a0dd9e4fd5f256e9082e7865873bf3a9e79) - **test:** fix description _(by Athan Reines)_
37+
- [`e273dbf`](https://github.com/stdlib-js/stdlib/commit/e273dbffb69451c6f57ec4871d055c3c8f47468e) - **docs:** fix example _(by Athan Reines)_
1638

1739
</details>
1840

@@ -36,41 +58,56 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3658

3759
<!-- /.release -->
3860

39-
<section class="release" id="v0.2.2">
61+
<section class="release" id="v0.1.0">
4062

41-
## 0.2.2 (2024-07-27)
63+
## 0.1.0 (2023-09-23)
4264

43-
No changes reported for this release.
65+
<section class="features">
66+
67+
### Features
68+
69+
- [`88f5f72`](https://github.com/stdlib-js/stdlib/commit/88f5f726891a4bb0cf80c933db972499ca6e06dd) - add `slice/base/str2multislice`
4470

4571
</section>
4672

47-
<!-- /.release -->
73+
<!-- /.features -->
4874

49-
<section class="release" id="v0.2.1">
75+
<section class="bug-fixes">
5076

51-
## 0.2.1 (2024-02-24)
77+
### Bug Fixes
5278

53-
No changes reported for this release.
79+
- [`983270f`](https://github.com/stdlib-js/stdlib/commit/983270f7296e7a1664b55cf85839b90b488b6765) - grammar
5480

5581
</section>
5682

57-
<!-- /.release -->
83+
<!-- /.bug-fixes -->
5884

59-
<section class="release" id="v0.2.0">
85+
<section class="commits">
6086

61-
## 0.2.0 (2024-02-14)
87+
### Commits
6288

63-
No changes reported for this release.
89+
<details>
90+
91+
- [`983270f`](https://github.com/stdlib-js/stdlib/commit/983270f7296e7a1664b55cf85839b90b488b6765) - **fix:** grammar _(by Athan Reines)_
92+
- [`88f5f72`](https://github.com/stdlib-js/stdlib/commit/88f5f726891a4bb0cf80c933db972499ca6e06dd) - **feat:** add `slice/base/str2multislice` _(by Athan Reines)_
93+
94+
</details>
6495

6596
</section>
6697

67-
<!-- /.release -->
98+
<!-- /.commits -->
6899

69-
<section class="release" id="v0.1.0">
100+
<section class="contributors">
70101

71-
## 0.1.0 (2023-09-23)
102+
### Contributors
72103

73-
No changes reported for this release.
104+
A total of 1 person contributed to this release. Thank you to this contributor:
105+
106+
- Athan Reines
107+
108+
</section>
109+
110+
<!-- /.contributors -->
74111

75112
</section>
76113

0 commit comments

Comments
 (0)