Skip to content

Commit 4495e3a

Browse files
committed
Auto-generated commit
1 parent a0173b8 commit 4495e3a

File tree

5 files changed

+21
-79
lines changed

5 files changed

+21
-79
lines changed

.github/.keepalive

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T02:00:06.948Z

.gitignore

+2
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

+14-75
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-
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6) - update minimum TypeScript version
102-
103-
</section>
104-
105-
<!-- /.features -->
106-
107-
<section class="breaking-changes">
108-
109-
### BREAKING CHANGES
110-
111-
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6): update minimum TypeScript version
112-
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6): 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-
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6) - **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

+2-2
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
307307
[npm-image]: http://img.shields.io/npm/v/@stdlib/napi-argv-strided-int32array.svg
308308
[npm-url]: https://npmjs.org/package/@stdlib/napi-argv-strided-int32array
309309
310-
[test-image]: https://github.com/stdlib-js/napi-argv-strided-int32array/actions/workflows/test.yml/badge.svg?branch=v0.2.2
311-
[test-url]: https://github.com/stdlib-js/napi-argv-strided-int32array/actions/workflows/test.yml?query=branch:v0.2.2
310+
[test-image]: https://github.com/stdlib-js/napi-argv-strided-int32array/actions/workflows/test.yml/badge.svg?branch=main
311+
[test-url]: https://github.com/stdlib-js/napi-argv-strided-int32array/actions/workflows/test.yml?query=branch:main
312312
313313
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/napi-argv-strided-int32array/main.svg
314314
[coverage-url]: https://codecov.io/github/stdlib-js/napi-argv-strided-int32array?branch=main

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
"dependencies": {
4242
"@stdlib/assert-napi-status-ok": "^0.2.2",
4343
"@stdlib/napi-argv": "^0.2.2",
44-
"@stdlib/napi-argv-int32array": "^0.2.1",
44+
"@stdlib/napi-argv-int32array": "^0.2.2",
4545
"@stdlib/utils-library-manifest": "^0.2.2"
4646
},
4747
"devDependencies": {
4848
"@stdlib/array-filled": "^0.2.1",
49-
"@stdlib/array-typed": "^0.2.1",
49+
"@stdlib/array-typed": "^0.3.0",
5050
"@stdlib/assert-is-browser": "^0.2.2",
5151
"@stdlib/utils-try-require": "^0.2.2",
5252
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",

0 commit comments

Comments
 (0)