Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Aug 1, 2024
1 parent ee97669 commit 380f462
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 83 deletions.
1 change: 1 addition & 0 deletions .github/.keepalive
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2024-08-01T02:15:14.909Z
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ docs/**/node_modules/
pids
*.pid
*.seed
yarn.lock
package-lock.json

# Typescript #
##############
Expand Down
91 changes: 14 additions & 77 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

> Package changelog.
<section class="release" id="v0.2.2">
<section class="release" id="unreleased">

## 0.2.2 (2024-07-27)
## Unreleased (2024-08-01)

<section class="commits">

### Commits

<details>

- [`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)_
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_

</details>

Expand All @@ -26,7 +26,7 @@

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

- Jaysukh Makvana
- Athan Reines

</section>

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

<!-- /.release -->

<section class="release" id="v0.2.1">
<section class="release" id="v0.2.2">

## 0.2.1 (2024-02-22)
## 0.2.2 (2024-07-27)

No changes reported for this release.

</section>

<!-- /.release -->

<section class="release" id="v0.2.0">

## 0.2.0 (2024-02-14)

<section class="commits">

### Commits

<details>
<section class="release" id="v0.2.1">

- [`7120ab7`](https://github.com/stdlib-js/stdlib/commit/7120ab76fc11a892939aba26603dba5218f693c8) - **docs:** add missing var declarations _(by Philipp Burckhardt)_
- [`4626ee3`](https://github.com/stdlib-js/stdlib/commit/4626ee394844110cca32bf3b84acab82daccea8d) - **build:** remove tslint directives _(by Philipp Burckhardt)_
- [`8fbd70f`](https://github.com/stdlib-js/stdlib/commit/8fbd70f16653c25dfd2094511555c77d523c1126) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
## 0.2.1 (2024-02-22)

</details>
No changes reported for this release.

</section>

<!-- /.commits -->

<section class="contributors">

### Contributors

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

- Philipp Burckhardt
<section class="release" id="v0.2.0">

</section>
## 0.2.0 (2024-02-14)

<!-- /.contributors -->
No changes reported for this release.

</section>

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

## 0.1.0 (2023-09-23)

<section class="features">

### Features

- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version

</section>

<!-- /.features -->

<section class="breaking-changes">

### BREAKING CHANGES

- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1

- To migrate, users should upgrade their TypeScript version to at least version 4.1.

</section>

<!-- /.breaking-changes -->

<section class="commits">

### Commits

<details>

- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_

</details>

</section>

<!-- /.commits -->

<section class="contributors">

### Contributors

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

- Philipp Burckhardt

</section>

<!-- /.contributors -->
No changes reported for this release.

</section>

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1512,8 +1512,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-uint8c.svg
[npm-url]: https://npmjs.org/package/@stdlib/array-uint8c

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

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-uint8c/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/array-uint8c?branch=main
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@
"@stdlib/assert-is-arraybuffer": "^0.2.2",
"@stdlib/assert-is-boolean": "^0.2.2",
"@stdlib/assert-is-function": "^0.2.2",
"@stdlib/assert-is-nonnegative-integer": "^0.2.1",
"@stdlib/assert-is-nonnegative-integer": "^0.2.2",
"@stdlib/assert-is-uint8clampedarray": "^0.2.2",
"@stdlib/math-base-special-pow": "^0.2.1",
"@stdlib/math-base-special-round": "^0.2.1",
"@stdlib/math-base-special-pow": "^0.3.0",
"@stdlib/math-base-special-round": "^0.3.0",
"@stdlib/random-base-randi": "^0.2.1",
"@stdlib/random-base-randu": "^0.2.1",
"@stdlib/symbol-iterator": "^0.2.2",
"proxyquire": "^2.0.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
"@stdlib/bench-harness": "^0.2.1"
"@stdlib/bench-harness": "^0.2.2"
},
"engines": {
"node": ">=0.10.0",
Expand Down

0 comments on commit 380f462

Please sign in to comment.