Skip to content

Commit 0870d96

Browse files
committed
Auto-generated commit
1 parent f93bb29 commit 0870d96

File tree

4 files changed

+18
-87
lines changed

4 files changed

+18
-87
lines changed

.github/.keepalive

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T05:49:25.372Z

CHANGELOG.md

+13-83
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

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

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

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1616

1717
</details>
1818

@@ -36,46 +36,31 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3636

3737
<!-- /.release -->
3838

39-
<section class="release" id="v0.2.1">
39+
<section class="release" id="v0.2.2">
4040

41-
## 0.2.1 (2024-02-25)
41+
## 0.2.2 (2024-07-29)
4242

4343
No changes reported for this release.
4444

4545
</section>
4646

4747
<!-- /.release -->
4848

49-
<section class="release" id="v0.2.0">
50-
51-
## 0.2.0 (2024-02-14)
52-
53-
<section class="commits">
54-
55-
### Commits
56-
57-
<details>
49+
<section class="release" id="v0.2.1">
5850

59-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
60-
- [`453dd85`](https://github.com/stdlib-js/stdlib/commit/453dd85b5dd186d2b4d458256fe84906e1503fe2) - **build:** remove tslint directives _(by Philipp Burckhardt)_
51+
## 0.2.1 (2024-02-25)
6152

62-
</details>
53+
No changes reported for this release.
6354

6455
</section>
6556

66-
<!-- /.commits -->
67-
68-
<section class="contributors">
69-
70-
### Contributors
71-
72-
A total of 1 person contributed to this release. Thank you to this contributor:
57+
<!-- /.release -->
7358

74-
- Philipp Burckhardt
59+
<section class="release" id="v0.2.0">
7560

76-
</section>
61+
## 0.2.0 (2024-02-14)
7762

78-
<!-- /.contributors -->
63+
No changes reported for this release.
7964

8065
</section>
8166

@@ -85,62 +70,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
8570

8671
## 0.1.0 (2023-09-24)
8772

88-
<section class="features">
89-
90-
### Features
91-
92-
- [`7b7f001`](https://github.com/stdlib-js/stdlib/commit/7b7f001b6f0d25a71ae27bda216c911dfa844305) - refactor declarations to allow narrowing
93-
94-
</section>
95-
96-
<!-- /.features -->
97-
98-
<section class="bug-fixes">
99-
100-
### Bug Fixes
101-
102-
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - update import path for `Collection` type definition
103-
104-
</section>
105-
106-
<!-- /.bug-fixes -->
107-
108-
<section class="breaking-changes">
109-
110-
### BREAKING CHANGES
111-
112-
- [`7b7f001`](https://github.com/stdlib-js/stdlib/commit/7b7f001b6f0d25a71ae27bda216c911dfa844305): refactor declarations to allow narrowing
113-
114-
</section>
115-
116-
<!-- /.breaking-changes -->
117-
118-
<section class="commits">
119-
120-
### Commits
121-
122-
<details>
123-
124-
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
125-
- [`7b7f001`](https://github.com/stdlib-js/stdlib/commit/7b7f001b6f0d25a71ae27bda216c911dfa844305) - **feat:** refactor declarations to allow narrowing _(by Athan Reines)_
126-
127-
</details>
128-
129-
</section>
130-
131-
<!-- /.commits -->
132-
133-
<section class="contributors">
134-
135-
### Contributors
136-
137-
A total of 1 person contributed to this release. Thank you to this contributor:
138-
139-
- Athan Reines
140-
141-
</section>
142-
143-
<!-- /.contributors -->
73+
No changes reported for this release.
14474

14575
</section>
14676

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
213213
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-assert-is-accessor-array.svg
214214
[npm-url]: https://npmjs.org/package/@stdlib/array-base-assert-is-accessor-array
215215

216-
[test-image]: https://github.com/stdlib-js/array-base-assert-is-accessor-array/actions/workflows/test.yml/badge.svg?branch=v0.2.2
217-
[test-url]: https://github.com/stdlib-js/array-base-assert-is-accessor-array/actions/workflows/test.yml?query=branch:v0.2.2
216+
[test-image]: https://github.com/stdlib-js/array-base-assert-is-accessor-array/actions/workflows/test.yml/badge.svg?branch=main
217+
[test-url]: https://github.com/stdlib-js/array-base-assert-is-accessor-array/actions/workflows/test.yml?query=branch:main
218218

219219
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-assert-is-accessor-array/main.svg
220220
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-assert-is-accessor-array?branch=main

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"@stdlib/types": "^0.3.2"
4141
},
4242
"devDependencies": {
43-
"@stdlib/array-complex128": "^0.2.1",
44-
"@stdlib/array-complex64": "^0.2.1",
43+
"@stdlib/array-complex128": "^0.3.0",
44+
"@stdlib/array-complex64": "^0.3.0",
4545
"@stdlib/array-float32": "^0.2.2",
4646
"@stdlib/array-float64": "^0.2.2",
4747
"@stdlib/array-int16": "^0.2.2",

0 commit comments

Comments
 (0)