Skip to content

Commit d3df83e

Browse files
committed
Auto-generated commit
1 parent 00fb313 commit d3df83e

File tree

4 files changed

+64
-12
lines changed

4 files changed

+64
-12
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T06:06:49.047Z
1+
2024-09-01T06:34:46.358Z

CHANGELOG.md

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

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

7-
## Unreleased (2024-08-01)
7+
## 0.1.1 (2024-07-29)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
15+
- [`32bbcb3`](https://github.com/stdlib-js/stdlib/commit/32bbcb3b3dae1f028fd18166ee7875a93d44d0ee) - **refactor:** update paths _(by Athan Reines)_
16+
- [`ed9c0a5`](https://github.com/stdlib-js/stdlib/commit/ed9c0a5e55ff09af3dd6af8c38615480e2c1828e) - **refactor:** update paths _(by Athan Reines)_
1617

1718
</details>
1819

@@ -36,21 +37,70 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3637

3738
<!-- /.release -->
3839

39-
<section class="release" id="v0.1.1">
40+
<section class="release" id="v0.1.0">
4041

41-
## 0.1.1 (2024-07-29)
42+
## 0.1.0 (2024-04-13)
4243

43-
No changes reported for this release.
44+
<section class="features">
45+
46+
### Features
47+
48+
- [`ecd3518`](https://github.com/stdlib-js/stdlib/commit/ecd3518101b9c013ff9279b7f56e64015606907d) - add `array/base/count-if` [(#1372)](https://github.com/stdlib-js/stdlib/pull/1372)
4449

4550
</section>
4651

47-
<!-- /.release -->
52+
<!-- /.features -->
4853

49-
<section class="release" id="v0.1.0">
54+
<section class="bug-fixes">
5055

51-
## 0.1.0 (2024-04-13)
56+
### Bug Fixes
57+
58+
- [`310c13c`](https://github.com/stdlib-js/stdlib/commit/310c13c8b80e7a0259abf3b2470857b55c4ec865) - address handling of complex arrays, refactor tests, and clean-up
5259

53-
No changes reported for this release.
60+
</section>
61+
62+
<!-- /.bug-fixes -->
63+
64+
<section class="issues">
65+
66+
### Closed Issues
67+
68+
This release closes the following issue:
69+
70+
[#1324](https://github.com/stdlib-js/stdlib/issues/1324)
71+
72+
</section>
73+
74+
<!-- /.issues -->
75+
76+
<section class="commits">
77+
78+
### Commits
79+
80+
<details>
81+
82+
- [`310c13c`](https://github.com/stdlib-js/stdlib/commit/310c13c8b80e7a0259abf3b2470857b55c4ec865) - **fix:** address handling of complex arrays, refactor tests, and clean-up _(by Athan Reines)_
83+
- [`ecd3518`](https://github.com/stdlib-js/stdlib/commit/ecd3518101b9c013ff9279b7f56e64015606907d) - **feat:** add `array/base/count-if` [(#1372)](https://github.com/stdlib-js/stdlib/pull/1372) _(by Utkarsh, Philipp Burckhardt)_
84+
85+
</details>
86+
87+
</section>
88+
89+
<!-- /.commits -->
90+
91+
<section class="contributors">
92+
93+
### Contributors
94+
95+
A total of 3 people contributed to this release. Thank you to the following contributors:
96+
97+
- Athan Reines
98+
- Philipp Burckhardt
99+
- Utkarsh
100+
101+
</section>
102+
103+
<!-- /.contributors -->
54104

55105
</section>
56106

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Marcus Fantham <mfantham@users.noreply.github.com>
4646
Matt Cochrane <matthew.cochrane.eng@gmail.com>
4747
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
4848
Milan Raj <rajsite@users.noreply.github.com>
49+
Mohammad Kaif <98884589+Kaif987@users.noreply.github.com>
4950
Momtchil Momtchev <momtchil@momtchev.com>
5051
Muhammad Haris <harriskhan047@outlook.com>
5152
Naresh Jagadeesan <naresh.naresh000@gmail.com>
@@ -70,6 +71,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
7071
Rutam <138517416+performant23@users.noreply.github.com>
7172
Ryan Seal <splrk@users.noreply.github.com>
7273
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
74+
SarthakPaandey <145528240+SarthakPaandey@users.noreply.github.com>
7375
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
7476
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
7577
Shivam <11shivam00@gmail.com>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"@stdlib/array-base-assert-is-accessor-array": "^0.2.2",
4141
"@stdlib/array-base-resolve-getter": "^0.2.2",
42-
"@stdlib/types": "^0.3.2"
42+
"@stdlib/types": "^0.4.1"
4343
},
4444
"devDependencies": {
4545
"@stdlib/array-base-to-accessor-array": "^0.2.2",

0 commit comments

Comments
 (0)