Skip to content

Commit 1ffeb91

Browse files
committed
Auto-generated commit
1 parent d53a00b commit 1ffeb91

File tree

4 files changed

+73
-20
lines changed

4 files changed

+73
-20
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T05:44:31.840Z
1+
2024-09-01T06:10:35.204Z

CHANGELOG.md

Lines changed: 69 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,37 @@
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 -->
14+
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">
626

7-
## Unreleased (2024-08-01)
27+
## 0.2.0 (2024-02-14)
828

929
<section class="commits">
1030

1131
### Commits
1232

1333
<details>
1434

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
35+
- [`5a3d652`](https://github.com/stdlib-js/stdlib/commit/5a3d652be896a841f832c40db6d12cffba4ff316) - **chore:** remove unused import _(by Athan Reines)_
1636

1737
</details>
1838

@@ -36,41 +56,72 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3656

3757
<!-- /.release -->
3858

39-
<section class="release" id="v0.2.2">
59+
<section class="release" id="v0.1.0">
4060

41-
## 0.2.2 (2024-07-29)
61+
## 0.1.0 (2023-09-24)
4262

43-
No changes reported for this release.
63+
<section class="features">
64+
65+
### Features
66+
67+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
68+
- [`41ba373`](https://github.com/stdlib-js/stdlib/commit/41ba3733d022aa71086231860eb01ed255e1594a) - add `array/base/zeros2d`
4469

4570
</section>
4671

47-
<!-- /.release -->
72+
<!-- /.features -->
4873

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

51-
## 0.2.1 (2024-02-25)
76+
### Bug Fixes
5277

53-
No changes reported for this release.
78+
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - update import path for `Collection` type definition
5479

5580
</section>
5681

57-
<!-- /.release -->
82+
<!-- /.bug-fixes -->
5883

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

61-
## 0.2.0 (2024-02-14)
86+
### BREAKING CHANGES
6287

63-
No changes reported for this release.
88+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
89+
90+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
6491

6592
</section>
6693

67-
<!-- /.release -->
94+
<!-- /.breaking-changes -->
6895

69-
<section class="release" id="v0.1.0">
96+
<section class="commits">
7097

71-
## 0.1.0 (2023-09-24)
98+
### Commits
7299

73-
No changes reported for this release.
100+
<details>
101+
102+
- [`a6ad617`](https://github.com/stdlib-js/stdlib/commit/a6ad617b649bb6515ab4c759219303c4516d1c8f) - **refactor:** use predefined types _(by Athan Reines)_
103+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
104+
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
105+
- [`41ba373`](https://github.com/stdlib-js/stdlib/commit/41ba3733d022aa71086231860eb01ed255e1594a) - **feat:** add `array/base/zeros2d` _(by Athan Reines)_
106+
107+
</details>
108+
109+
</section>
110+
111+
<!-- /.commits -->
112+
113+
<section class="contributors">
114+
115+
### Contributors
116+
117+
A total of 2 people contributed to this release. Thank you to the following contributors:
118+
119+
- Athan Reines
120+
- Philipp Burckhardt
121+
122+
</section>
123+
124+
<!-- /.contributors -->
74125

75126
</section>
76127

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
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/array-base-filled2d": "^0.2.2",
41-
"@stdlib/types": "^0.3.2"
41+
"@stdlib/types": "^0.4.1"
4242
},
4343
"devDependencies": {
4444
"@stdlib/assert-is-array-array": "^0.2.2",

0 commit comments

Comments
 (0)