Skip to content

Commit 7c8da43

Browse files
committed
Auto-generated commit
1 parent a26d673 commit 7c8da43

File tree

5 files changed

+29
-39
lines changed

5 files changed

+29
-39
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T03:17:00.501Z

.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: 22 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,68 +2,55 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.1.1">
6-
7-
## 0.1.1 (2024-07-28)
5+
<section class="release" id="unreleased">
86

9-
No changes reported for this release.
10-
11-
</section>
7+
## Unreleased (2024-08-01)
128

13-
<!-- /.release -->
14-
15-
<section class="release" id="v0.1.0">
9+
<section class="commits">
1610

17-
## 0.1.0 (2024-04-13)
11+
### Commits
1812

19-
<section class="features">
13+
<details>
2014

21-
### Features
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
2216

23-
- [`0fb4869`](https://github.com/stdlib-js/stdlib/commit/0fb486917502a8397c281872831c70b2e58b7f27) - add `assert/is-ragged-nested-array` (#1368) [(#1368)](https://github.com/stdlib-js/stdlib/pull/1368 )
17+
</details>
2418

2519
</section>
2620

27-
<!-- /.features -->
21+
<!-- /.commits -->
2822

29-
<section class="issues">
23+
<section class="contributors">
3024

31-
### Closed Issues
25+
### Contributors
3226

33-
This release closes the following issue:
27+
A total of 1 person contributed to this release. Thank you to this contributor:
3428

35-
[#1347](https://github.com/stdlib-js/stdlib/issues/1347)
29+
- Athan Reines
3630

3731
</section>
3832

39-
<!-- /.issues -->
33+
<!-- /.contributors -->
4034

41-
<section class="commits">
35+
</section>
4236

43-
### Commits
37+
<!-- /.release -->
4438

45-
<details>
39+
<section class="release" id="v0.1.1">
4640

47-
- [`0fb4869`](https://github.com/stdlib-js/stdlib/commit/0fb486917502a8397c281872831c70b2e58b7f27) - **feat:** add `assert/is-ragged-nested-array` (#1368) [(#1368)](https://github.com/stdlib-js/stdlib/pull/1368 ) _(by Rutam, Athan Reines)_
41+
## 0.1.1 (2024-07-28)
4842

49-
</details>
43+
No changes reported for this release.
5044

5145
</section>
5246

53-
<!-- /.commits -->
54-
55-
<section class="contributors">
56-
57-
### Contributors
58-
59-
A total of 2 people contributed to this release. Thank you to the following contributors:
47+
<!-- /.release -->
6048

61-
- Athan Reines
62-
- Rutam
49+
<section class="release" id="v0.1.0">
6350

64-
</section>
51+
## 0.1.0 (2024-04-13)
6552

66-
<!-- /.contributors -->
53+
No changes reported for this release.
6754

6855
</section>
6956

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
169169
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-is-ragged-nested-array.svg
170170
[npm-url]: https://npmjs.org/package/@stdlib/assert-is-ragged-nested-array
171171

172-
[test-image]: https://github.com/stdlib-js/assert-is-ragged-nested-array/actions/workflows/test.yml/badge.svg?branch=v0.1.1
173-
[test-url]: https://github.com/stdlib-js/assert-is-ragged-nested-array/actions/workflows/test.yml?query=branch:v0.1.1
172+
[test-image]: https://github.com/stdlib-js/assert-is-ragged-nested-array/actions/workflows/test.yml/badge.svg?branch=main
173+
[test-url]: https://github.com/stdlib-js/assert-is-ragged-nested-array/actions/workflows/test.yml?query=branch:main
174174

175175
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-ragged-nested-array/main.svg
176176
[coverage-url]: https://codecov.io/github/stdlib-js/assert-is-ragged-nested-array?branch=main

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/assert-is-array-like-object": "^0.2.1"
40+
"@stdlib/assert-is-array-like-object": "^0.2.2"
4141
},
4242
"devDependencies": {
4343
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4444
"istanbul": "^0.4.1",
4545
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
46-
"@stdlib/bench-harness": "^0.2.1"
46+
"@stdlib/bench-harness": "^0.2.2"
4747
},
4848
"engines": {
4949
"node": ">=0.10.0",

0 commit comments

Comments
 (0)