Skip to content

Commit 7a5dd7b

Browse files
committed
Auto-generated commit
1 parent 4a6726b commit 7a5dd7b

File tree

4 files changed

+30
-77
lines changed

4 files changed

+30
-77
lines changed

.github/.keepalive

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

CHANGELOG.md

Lines changed: 24 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -2,57 +2,17 @@
22

33
> Package changelog.
44
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">
26-
27-
## 0.2.0 (2024-02-15)
28-
29-
No changes reported for this release.
30-
31-
</section>
32-
33-
<!-- /.release -->
34-
35-
<section class="release" id="v0.1.0">
36-
37-
## 0.1.0 (2023-09-24)
38-
39-
<section class="bug-fixes">
40-
41-
### Bug Fixes
42-
43-
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - update import path for `Collection` type definition
44-
45-
</section>
5+
<section class="release" id="unreleased">
466

47-
<!-- /.bug-fixes -->
7+
## Unreleased (2024-08-01)
488

499
<section class="commits">
5010

5111
### Commits
5212

5313
<details>
5414

55-
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
5616

5717
</details>
5818

@@ -76,59 +36,51 @@ A total of 1 person contributed to this release. Thank you to this contributor:
7636

7737
<!-- /.release -->
7838

79-
<section class="release" id="v0.0.1">
80-
81-
## 0.0.1 (2023-07-31)
82-
83-
<section class="features">
39+
<section class="release" id="v0.2.2">
8440

85-
### Features
41+
## 0.2.2 (2024-07-29)
8642

87-
- [`05d73c2`](https://github.com/stdlib-js/stdlib/commit/05d73c2d3c4a1c0250f81da207805848196694db) - update minimum TypeScript version
88-
- [`0424cf8`](https://github.com/stdlib-js/stdlib/commit/0424cf8b80b1e0c50ea209d9b05730a8b950f4a5) - add `factory` method
89-
- [`41aa6d6`](https://github.com/stdlib-js/stdlib/commit/41aa6d65a111dcd2dbd59f33520fd6da03de374b) - add `array/base/assert/contains`
43+
No changes reported for this release.
9044

9145
</section>
9246

93-
<!-- /.features -->
47+
<!-- /.release -->
9448

95-
<section class="breaking-changes">
49+
<section class="release" id="v0.2.1">
9650

97-
### BREAKING CHANGES
51+
## 0.2.1 (2024-02-25)
9852

99-
- [`05d73c2`](https://github.com/stdlib-js/stdlib/commit/05d73c2d3c4a1c0250f81da207805848196694db): update minimum TypeScript version
53+
No changes reported for this release.
10054

10155
</section>
10256

103-
<!-- /.breaking-changes -->
57+
<!-- /.release -->
10458

105-
<section class="commits">
59+
<section class="release" id="v0.2.0">
10660

107-
### Commits
61+
## 0.2.0 (2024-02-15)
10862

109-
<details>
63+
No changes reported for this release.
11064

111-
- [`05d73c2`](https://github.com/stdlib-js/stdlib/commit/05d73c2d3c4a1c0250f81da207805848196694db) - **feat:** update minimum TypeScript version _(by Athan Reines)_
112-
- [`0424cf8`](https://github.com/stdlib-js/stdlib/commit/0424cf8b80b1e0c50ea209d9b05730a8b950f4a5) - **feat:** add `factory` method _(by Athan Reines)_
113-
- [`41aa6d6`](https://github.com/stdlib-js/stdlib/commit/41aa6d65a111dcd2dbd59f33520fd6da03de374b) - **feat:** add `array/base/assert/contains` _(by Athan Reines)_
65+
</section>
11466

115-
</details>
67+
<!-- /.release -->
11668

117-
</section>
69+
<section class="release" id="v0.1.0">
11870

119-
<!-- /.commits -->
71+
## 0.1.0 (2023-09-24)
12072

121-
<section class="contributors">
73+
No changes reported for this release.
12274

123-
### Contributors
75+
</section>
12476

125-
A total of 1 person contributed to this release. Thank you to this contributor:
77+
<!-- /.release -->
12678

127-
- Athan Reines
79+
<section class="release" id="v0.0.1">
12880

129-
</section>
81+
## 0.0.1 (2023-07-31)
13082

131-
<!-- /.contributors -->
83+
No changes reported for this release.
13284

13385
</section>
13486

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
198198
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-assert-contains.svg
199199
[npm-url]: https://npmjs.org/package/@stdlib/array-base-assert-contains
200200

201-
[test-image]: https://github.com/stdlib-js/array-base-assert-contains/actions/workflows/test.yml/badge.svg?branch=v0.2.2
202-
[test-url]: https://github.com/stdlib-js/array-base-assert-contains/actions/workflows/test.yml?query=branch:v0.2.2
201+
[test-image]: https://github.com/stdlib-js/array-base-assert-contains/actions/workflows/test.yml/badge.svg?branch=main
202+
[test-url]: https://github.com/stdlib-js/array-base-assert-contains/actions/workflows/test.yml?query=branch:main
203203

204204
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-assert-contains/main.svg
205205
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-assert-contains?branch=main

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/array-base-accessor-getter": "^0.2.1",
40+
"@stdlib/array-base-accessor-getter": "^0.2.2",
4141
"@stdlib/array-base-assert-is-accessor-array": "^0.2.2",
4242
"@stdlib/array-base-getter": "^0.2.2",
43-
"@stdlib/array-dtype": "^0.2.1",
43+
"@stdlib/array-dtype": "^0.3.0",
4444
"@stdlib/assert-is-collection": "^0.2.2",
4545
"@stdlib/string-format": "^0.2.2",
4646
"@stdlib/types": "^0.3.2",
4747
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2",
4848
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
4949
},
5050
"devDependencies": {
51-
"@stdlib/array-base-accessor": "^0.2.1",
51+
"@stdlib/array-base-accessor": "^0.2.2",
5252
"@stdlib/array-base-ones": "^0.2.2",
5353
"@stdlib/assert-has-own-property": "^0.2.2",
5454
"@stdlib/assert-is-boolean": "^0.2.2",

0 commit comments

Comments
 (0)