Skip to content

Commit 4ea56eb

Browse files
committed
Auto-generated commit
1 parent a31c69e commit 4ea56eb

File tree

5 files changed

+23
-81
lines changed

5 files changed

+23
-81
lines changed

.github/.keepalive

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

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ docs/**/node_modules/
101101
pids
102102
*.pid
103103
*.seed
104+
yarn.lock
105+
package-lock.json
104106

105107
# Typescript #
106108
##############

CHANGELOG.md

Lines changed: 14 additions & 75 deletions
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-27)
7+
## Unreleased (2024-08-01)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1616

1717
</details>
1818

@@ -26,7 +26,7 @@
2626

2727
A total of 1 person contributed to this release. Thank you to this contributor:
2828

29-
- Philipp Burckhardt
29+
- Athan Reines
3030

3131
</section>
3232

@@ -36,45 +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-22)
41+
## 0.2.2 (2024-07-27)
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-
- [`46d049b`](https://github.com/stdlib-js/stdlib/commit/46d049b5d38f9ef6e426d6a517ac8925c94d7642) - **build:** replace tslint directive _(by Philipp Burckhardt)_
51+
## 0.2.1 (2024-02-22)
6052

61-
</details>
53+
No changes reported for this release.
6254

6355
</section>
6456

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

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

75-
</section>
61+
## 0.2.0 (2024-02-14)
7662

77-
<!-- /.contributors -->
63+
No changes reported for this release.
7864

7965
</section>
8066

@@ -94,54 +80,7 @@ No changes reported for this release.
9480

9581
## 0.1.0 (2023-09-23)
9682

97-
<section class="features">
98-
99-
### Features
100-
101-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
102-
103-
</section>
104-
105-
<!-- /.features -->
106-
107-
<section class="breaking-changes">
108-
109-
### BREAKING CHANGES
110-
111-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
112-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
113-
114-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
115-
116-
</section>
117-
118-
<!-- /.breaking-changes -->
119-
120-
<section class="commits">
121-
122-
### Commits
123-
124-
<details>
125-
126-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
127-
128-
</details>
129-
130-
</section>
131-
132-
<!-- /.commits -->
133-
134-
<section class="contributors">
135-
136-
### Contributors
137-
138-
A total of 1 person contributed to this release. Thank you to this contributor:
139-
140-
- Philipp Burckhardt
141-
142-
</section>
143-
144-
<!-- /.contributors -->
83+
No changes reported for this release.
14584

14685
</section>
14786

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
248248
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-napi-is-typedarray.svg
249249
[npm-url]: https://npmjs.org/package/@stdlib/assert-napi-is-typedarray
250250

251-
[test-image]: https://github.com/stdlib-js/assert-napi-is-typedarray/actions/workflows/test.yml/badge.svg?branch=v0.2.2
252-
[test-url]: https://github.com/stdlib-js/assert-napi-is-typedarray/actions/workflows/test.yml?query=branch:v0.2.2
251+
[test-image]: https://github.com/stdlib-js/assert-napi-is-typedarray/actions/workflows/test.yml/badge.svg?branch=main
252+
[test-url]: https://github.com/stdlib-js/assert-napi-is-typedarray/actions/workflows/test.yml?query=branch:main
253253

254254
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-napi-is-typedarray/main.svg
255255
[coverage-url]: https://codecov.io/github/stdlib-js/assert-napi-is-typedarray?branch=main

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"url": "https://github.com/stdlib-js/stdlib/issues"
4040
},
4141
"dependencies": {
42-
"@stdlib/assert-napi-status-ok": "^0.2.1",
43-
"@stdlib/utils-library-manifest": "^0.2.1"
42+
"@stdlib/assert-napi-status-ok": "^0.2.2",
43+
"@stdlib/utils-library-manifest": "^0.2.2"
4444
},
4545
"devDependencies": {
46-
"@stdlib/array-typed": "^0.2.1",
47-
"@stdlib/assert-is-browser": "^0.2.1",
46+
"@stdlib/array-typed": "^0.3.0",
47+
"@stdlib/assert-is-browser": "^0.2.2",
4848
"@stdlib/utils-try-require": "^0.2.2",
4949
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5050
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)