Skip to content

Commit 76d8df1

Browse files
committed
Auto-generated commit
1 parent c04f3e8 commit 76d8df1

File tree

5 files changed

+35
-68
lines changed

5 files changed

+35
-68
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:45.636Z

.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: 26 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -2,121 +2,85 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.3.2">
5+
<section class="release" id="unreleased">
66

7-
## 0.3.2 (2024-07-27)
7+
## Unreleased (2024-08-01)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`ec98887`](https://github.com/stdlib-js/stdlib/commit/ec9888724c28aa7218d88ff62b91b71c0089c559) - **docs:** update related packages sections [(#2241)](https://github.com/stdlib-js/stdlib/pull/2241) _(by stdlib-bot)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1616

1717
</details>
1818

1919
</section>
2020

2121
<!-- /.commits -->
2222

23-
</section>
24-
25-
<!-- /.release -->
23+
<section class="contributors">
2624

27-
<section class="release" id="v0.3.1">
25+
### Contributors
2826

29-
## 0.3.1 (2024-02-24)
27+
A total of 1 person contributed to this release. Thank you to this contributor:
3028

31-
No changes reported for this release.
29+
- Athan Reines
3230

3331
</section>
3432

35-
<!-- /.release -->
36-
37-
<section class="release" id="v0.3.0">
38-
39-
## 0.3.0 (2024-02-14)
40-
41-
No changes reported for this release.
33+
<!-- /.contributors -->
4234

4335
</section>
4436

4537
<!-- /.release -->
4638

47-
<section class="release" id="v0.2.0">
48-
49-
## 0.2.0 (2023-10-18)
50-
51-
<section class="commits">
52-
53-
### Commits
54-
55-
<details>
39+
<section class="release" id="v0.3.2">
5640

57-
- [`03dcf4a`](https://github.com/stdlib-js/stdlib/commit/03dcf4ad4b075bb39da308a8b563f3ea4fb6a2f3) - **docs:** remove private annotation _(by Athan Reines)_
41+
## 0.3.2 (2024-07-27)
5842

59-
</details>
43+
No changes reported for this release.
6044

6145
</section>
6246

63-
<!-- /.commits -->
64-
65-
<section class="contributors">
66-
67-
### Contributors
68-
69-
A total of 1 person contributed to this release. Thank you to this contributor:
47+
<!-- /.release -->
7048

71-
- Athan Reines
49+
<section class="release" id="v0.3.1">
7250

73-
</section>
51+
## 0.3.1 (2024-02-24)
7452

75-
<!-- /.contributors -->
53+
No changes reported for this release.
7654

7755
</section>
7856

7957
<!-- /.release -->
8058

81-
<section class="release" id="v0.1.0">
82-
83-
## 0.1.0 (2023-10-14)
84-
85-
<section class="features">
59+
<section class="release" id="v0.3.0">
8660

87-
### Features
61+
## 0.3.0 (2024-02-14)
8862

89-
- [`3a90e24`](https://github.com/stdlib-js/stdlib/commit/3a90e24c422825361969798c83a2c00ed91674fe) - add `slice/base/sargs2multislice`
63+
No changes reported for this release.
9064

9165
</section>
9266

93-
<!-- /.features -->
94-
95-
<section class="commits">
96-
97-
### Commits
67+
<!-- /.release -->
9868

99-
<details>
69+
<section class="release" id="v0.2.0">
10070

101-
- [`3a90e24`](https://github.com/stdlib-js/stdlib/commit/3a90e24c422825361969798c83a2c00ed91674fe) - **feat:** add `slice/base/sargs2multislice` _(by Athan Reines)_
71+
## 0.2.0 (2023-10-18)
10272

103-
</details>
73+
No changes reported for this release.
10474

10575
</section>
10676

107-
<!-- /.commits -->
108-
109-
<section class="contributors">
110-
111-
### Contributors
112-
113-
A total of 1 person contributed to this release. Thank you to this contributor:
77+
<!-- /.release -->
11478

115-
- Athan Reines
79+
<section class="release" id="v0.1.0">
11680

117-
</section>
81+
## 0.1.0 (2023-10-14)
11882

119-
<!-- /.contributors -->
83+
No changes reported for this release.
12084

12185
</section>
12286

README.md

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

225-
[test-image]: https://github.com/stdlib-js/slice-base-sargs2multislice/actions/workflows/test.yml/badge.svg?branch=v0.3.2
226-
[test-url]: https://github.com/stdlib-js/slice-base-sargs2multislice/actions/workflows/test.yml?query=branch:v0.3.2
225+
[test-image]: https://github.com/stdlib-js/slice-base-sargs2multislice/actions/workflows/test.yml/badge.svg?branch=main
226+
[test-url]: https://github.com/stdlib-js/slice-base-sargs2multislice/actions/workflows/test.yml?query=branch:main
227227

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/slice-base-str2multislice": "^0.2.1",
40+
"@stdlib/slice-base-str2multislice": "^0.2.2",
4141
"@stdlib/string-base-replace": "^0.2.2",
4242
"@stdlib/types": "^0.3.2"
4343
},
4444
"devDependencies": {
45-
"@stdlib/assert-is-multi-slice": "^0.2.1",
46-
"@stdlib/assert-is-slice": "^0.2.1",
45+
"@stdlib/assert-is-multi-slice": "^0.2.2",
46+
"@stdlib/assert-is-slice": "^0.2.2",
4747
"@stdlib/slice-ctor": "^0.2.2",
4848
"@stdlib/slice-multi": "^0.2.2",
4949
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5050
"istanbul": "^0.4.1",
5151
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
52-
"@stdlib/bench-harness": "^0.2.1"
52+
"@stdlib/bench-harness": "^0.2.2"
5353
},
5454
"engines": {
5555
"node": ">=0.10.0",

0 commit comments

Comments
 (0)