File tree Expand file tree Collapse file tree 5 files changed +29
-39
lines changed Expand file tree Collapse file tree 5 files changed +29
-39
lines changed Original file line number Diff line number Diff line change 1+ 2024-08-01T03:17:00.501Z
Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ docs/**/node_modules/
101101pids
102102* .pid
103103* .seed
104+ yarn.lock
105+ package-lock.json
104106
105107# Typescript #
106108# #############
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -169,8 +169,8 @@ Copyright © 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments