8000 Auto-generated commit · stdlib-js/array-uint32@382e676 · GitHub
[go: up one dir, main page]

Skip to content

Commit 382e676

Browse files
committed
Auto-generated commit
1 parent 1f69806 commit 382e676

File tree

5 files changed

+23
-83
lines changed

5 files changed

+23
-83
lines changed

.github/.keepalive

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

.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 & 77 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-
- [`d1214a5`](https://github.com/stdlib-js/stdlib/commit/d1214a575c5c65438b3071d8ab8f5c0e5290e18e) - **docs:** fix REPL help files for unsigned integer arrays [(#2283)](https://github.com/stdlib-js/stdlib/pull/2283) _(by Jaysukh Makvana)_
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-
- Jaysukh Makvana
29+
- Athan Reines
3030

3131
</section>
3232

@@ -36,47 +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-
- [`7120ab7`](https://github.com/stdlib-js/stdlib/commit/7120ab76fc11a892939aba26603dba5218f693c8) - **docs:** add missing var declarations _(by Philipp Burckhardt)_
60-
- [`4626ee3`](https://github.com/stdlib-js/stdlib/commit/4626ee394844110cca32bf3b84acab82daccea8d) - **build:** remove tslint directives _(by Philipp Burckhardt)_
61-
- [`8fbd70f`](https://github.com/stdlib-js/stdlib/commit/8fbd70f16653c25dfd2094511555c77d523c1126) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
51+
## 0.2.1 (2024-02-22)
6252

63-
</details>
53+
No changes reported for this release.
6454

6555
</section>
6656

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

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

77-
</section>
61+
## 0.2.0 (2024-02-14)
7862

79-
<!-- /.contributors -->
63+
No changes reported for this release.
8064

8165
</section>
8266

@@ -96,54 +80,7 @@ No changes reported for this release.
9680

9781
## 0.1.0 (2023-09-23)
9882

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

14885
</section>
14986

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,8 +1512,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
15121512
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-uint32.svg
15131513
[npm-url]: https://npmjs.org/package/@stdlib/array-uint32
15141514

1515-
[test-image]: https://github.com/stdlib-js/array-uint32/actions/workflows/test.yml/badge.svg?branch=v0.2.2
1516-
[test-url]: https://github.com/stdlib-js/array-uint32/actions/workflows/test.yml?query=branch:v0.2.2
1515+
[test-image]: https://github.com/stdlib-js/array-uint32/actions/workflows/test.yml/badge.svg?branch=main
1516+
[test-url]: https://github.com/stdlib-js/array-uint32/actions/workflows/test.yml?query=branch:main
15171517

15181518
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-uint32/main.svg
15191519
[coverage-url]: https://codecov.io/github/stdlib-js/array-uint32?branch=main

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@
4444
"@stdlib/assert-is-arraybuffer": "^0.2.2",
4545
"@stdlib/assert-is-boolean": "^0.2.2",
4646
"@stdlib/assert-is-function": "^0.2.2",
47-
"@stdlib/assert-is-nonnegative-integer": "^0.2.1",
47+
"@stdlib/assert-is-nonnegative-integer": "^0.2.2",
4848
"@stdlib/assert-is-uint32array": "^0.2.2",
49-
"@stdlib/math-base-special-pow": "^0.2.1",
50-
"@stdlib/math-base-special-round": "^0.2.1",
49+
"@stdlib/math-base-special-pow": "^0.3.0",
50+
"@stdlib/math-base-special-round": "^0.3.0",
5151
"@stdlib/random-base-randi": "^0.2.1",
5252
"@stdlib/random-base-randu": "^0.2.1",
5353
"@stdlib/symbol-iterator": "^0.2.2",
5454
"proxyquire": "^2.0.0",
5555
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5656
"istanbul": "^0.4.1",
5757
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
58-
"@stdlib/bench-harness": "^0.2.1"
58+
"@stdlib/bench-harness": "^0.2.2"
5959
},
6060
"engines": {
6161
"node": ">=0.10.0",

0 commit comments

Comments
 (0)
0