Skip to content

Commit d840f19

Browse files
committed
Auto-generated commit
1 parent 562d8dd commit d840f19

File tree

5 files changed

+28
-62
lines changed

5 files changed

+28
-62
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T02:51:40.144Z

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ docs/**/node_modules/
101101
pids
102102
*.pid
103103
*.seed
104+
yarn.lock
105+
package-lock.json
104106

105107
# Typescript #
106108
##############

CHANGELOG.md

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

33
> Package changelog.
44
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>
5+
<section class="release" id="unreleased">
126

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)
7+
## Unreleased (2024-08-01)
288

299
<section class="commits">
3010

3111
### Commits
3212

3313
<details>
3414

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)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
3816

3917
</details>
4018

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

5937
<!-- /.release -->
6038

61-
<section class="release" id="v0.1.0">
62-
63-
## 0.1.0 (2023-09-23)
64-
65-
<section class="features">
39+
<section class="release" id="v0.2.2">
6640

67-
### Features
41+
## 0.2.2 (2024-07-27)
6842

69-
- [`88f5f72`](https://github.com/stdlib-js/stdlib/commit/88f5f726891a4bb0cf80c933db972499ca6e06dd) - add `slice/base/str2multislice`
43+
No changes reported for this release.
7044

7145
</section>
7246

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

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

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

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

8155
</section>
8256

83-
<!-- /.bug-fixes -->
84-
85-
<section class="commits">
86-
87-
### Commits
57+
<!-- /.release -->
8858

89-
<details>
59+
<section class="release" id="v0.2.0">
9060

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)_
61+
## 0.2.0 (2024-02-14)
9362

94-
</details>
63+
No changes reported for this release.
9564

9665
</section>
9766

98-
<!-- /.commits -->
99-
100-
<section class="contributors">
101-
102-
### Contributors
103-
104-
A total of 1 person contributed to this release. Thank you to this contributor:
67+
<!-- /.release -->
10568

106-
- Athan Reines
69+
<section class="release" id="v0.1.0">
10770

108-
</section>
71+
## 0.1.0 (2023-09-23)
10972

110-
<!-- /.contributors -->
73+
No changes reported for this release.
11174

11275
</section>
11376

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
207207
[npm-image]: http://img.shields.io/npm/v/@stdlib/slice-base-str2multislice.svg
208208
[npm-url]: https://npmjs.org/package/@stdlib/slice-base-str2multislice
209209

210-
[test-image]: https://github.com/stdlib-js/slice-base-str2multislice/actions/workflows/test.yml/badge.svg?branch=v0.2.2
211-
[test-url]: https://github.com/stdlib-js/slice-base-str2multislice/actions/workflows/test.yml?query=branch:v0.2.2
210+
[test-image]: https://github.com/stdlib-js/slice-base-str2multislice/actions/workflows/test.yml/badge.svg?branch=main
211+
[test-url]: https://github.com/stdlib-js/slice-base-str2multislice/actions/workflows/test.yml?query=branch:main
212212

213213
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/slice-base-str2multislice/main.svg
214214
[coverage-url]: https://codecov.io/github/stdlib-js/slice-base-str2multislice?branch=main

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,20 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/slice-base-args2multislice": "^0.2.1",
40+
"@stdlib/slice-base-args2multislice": "^0.2.2",
4141
"@stdlib/slice-base-str2slice": "^0.2.2",
42-
"@stdlib/slice-multi": "^0.2.1",
42+
"@stdlib/slice-multi": "^0.2.2",
4343
"@stdlib/string-base-trim": "^0.2.2",
4444
"@stdlib/types": "^0.3.2"
4545
},
4646
"devDependencies": {
47-
"@stdlib/assert-is-multi-slice": "^0.2.1",
48-
"@stdlib/assert-is-slice": "^0.2.1",
47+
"@stdlib/assert-is-multi-slice": "^0.2.2",
48+
"@stdlib/assert-is-slice": "^0.2.2",
4949
"@stdlib/slice-ctor": "^0.2.2",
5050
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5151
"istanbul": "^0.4.1",
5252
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
53-
"@stdlib/bench-harness": "^0.2.1"
53+
"@stdlib/bench-harness": "^0.2.2"
5454
},
5555
"engines": {
5656
"node": ">=0.10.0",

0 commit comments

Comments
 (0)