Skip to content

Commit 2c5fe21

Browse files
committed
Auto-generated commit
1 parent 965ef43 commit 2c5fe21

File tree

4 files changed

+79
-20
lines changed

4 files changed

+79
-20
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T06:07:34.742Z
1+
2024-09-01T06:35:33.430Z

CHANGELOG.md

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

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.2.2">
6+
7+
## 0.2.2 (2024-07-29)
8+
9+
No changes reported for this release.
10+
11+
</section>
12+
13+
<!-- /.release -->
614

7-
## Unreleased (2024-08-01)
15+
<section class="release" id="v0.2.1">
16+
17+
## 0.2.1 (2024-02-25)
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-15)
28+
29+
<section class="features">
30+
31+
### Features
32+
33+
- [`f183e7c`](https://github.com/stdlib-js/stdlib/commit/f183e7c88002b1d12fa45f4e6430ade1ad116d8d) - add support for accessor arrays
34+
35+
</section>
36+
37+
<!-- /.features -->
838

939
<section class="commits">
1040

1141
### Commits
1242

1343
<details>
1444

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
45+
- [`f183e7c`](https://github.com/stdlib-js/stdlib/commit/f183e7c88002b1d12fa45f4e6430ade1ad116d8d) - **feat:** add support for accessor arrays _(by Athan Reines)_
1646

1747
</details>
1848

@@ -36,41 +66,68 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3666

3767
<!-- /.release -->
3868

39-
<section class="release" id="v0.2.2">
69+
<section class="release" id="v0.1.0">
4070

41-
## 0.2.2 (2024-07-29)
71+
## 0.1.0 (2023-09-24)
4272

43-
No changes reported for this release.
73+
<section class="features">
74+
75+
### Features
76+
77+
- [`cac067c`](https://github.com/stdlib-js/stdlib/commit/cac067ccf05c731ea081c10a21b62d5ababa1f46) - refactor to use the `Collection` type
4478

4579
</section>
4680

47-
<!-- /.release -->
81+
<!-- /.features -->
4882

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

51-
## 0.2.1 (2024-02-25)
85+
### Bug Fixes
5286

53-
No changes reported for this release.
87+
- [`e83f8bf`](https://github.com/stdlib-js/stdlib/commit/e83f8bfd3f5360d57225bb055153b1ea0e792069) - convert default type to `unknown`
88+
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - update import path for `Collection` type definition
5489

5590
</section>
5691

57-
<!-- /.release -->
92+
<!-- /.bug-fixes -->
5893

59-
<section class="release" id="v0.2.0">
94+
<section class="breaking-changes">
6095

61-
## 0.2.0 (2024-02-15)
96+
### BREAKING CHANGES
6297

63-
No changes reported for this release.
98+
- [`cac067c`](https://github.com/stdlib-js/stdlib/commit/cac067ccf05c731ea081c10a21b62d5ababa1f46): refactor to use the `Collection` type
6499

65100
</section>
66101

67-
<!-- /.release -->
102+
<!-- /.breaking-changes -->
68103

69-
<section class="release" id="v0.1.0">
104+
<section class="commits">
70105

71-
## 0.1.0 (2023-09-24)
106+
### Commits
72107

73-
No changes reported for this release.
108+
<details>
109+
110+
- [`e83f8bf`](https://github.com/stdlib-js/stdlib/commit/e83f8bfd3f5360d57225bb055153b1ea0e792069) - **fix:** convert default type to `unknown` _(by Athan Reines)_
111+
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
112+
- [`cac067c`](https://github.com/stdlib-js/stdlib/commit/cac067ccf05c731ea081c10a21b62d5ababa1f46) - **feat:** refactor to use the `Collection` type _(by Athan Reines)_
113+
114+
</details>
115+
116+
</section>
117+
118+
<!-- /.commits -->
119+
120+
<section class="contributors">
121+
122+
### Contributors
123+
124+
A total of 1 person contributed to this release. Thank you to this contributor:
125+
126+
- Athan Reines
127+
128+
</section>
129+
130+
<!-- /.contributors -->
74131

75132
</section>
76133

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-resolve-getter": "^0.2.2",
4141
"@stdlib/math-base-special-pow": "^0.3.0",
42-
"@stdlib/types": "^0.3.2"
42+
"@stdlib/types": "^0.4.1"
4343
},
4444
"devDependencies": {
4545
"@stdlib/array-base-filled-by": "^0.2.2",

0 commit comments

Comments
 (0)