Skip to content

Commit cb50a80

Browse files
committed
Auto-generated commit
1 parent c53194e commit cb50a80

File tree

5 files changed

+21
-56
lines changed

5 files changed

+21
-56
lines changed

.github/.keepalive

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

.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 & 52 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-
- [`dfbc22c`](https://github.com/stdlib-js/stdlib/commit/dfbc22cf0204b680a2f2451068eb726968b0eeb3) - **docs:** update heading _(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,79 +36,41 @@ 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-24)
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">
49+
<section class="release" id="v0.2.1">
5050

51-
## 0.2.0 (2024-02-14)
51+
## 0.2.1 (2024-02-24)
5252

5353
No changes reported for this release.
5454

5555
</section>
5656

5757
<!-- /.release -->
5858

59-
<section class="release" id="v0.1.0">
60-
61-
## 0.1.0 (2023-09-23)
62-
63-
<section class="features">
64-
65-
### Features
66-
67-
- [`9768c66`](https://github.com/stdlib-js/stdlib/commit/9768c662b6e255b70ba9fb0faa989ea1eea71f66) - update minimum TypeScript version
68-
69-
</section>
70-
71-
<!-- /.features -->
72-
73-
<section class="breaking-changes">
74-
75-
### BREAKING CHANGES
76-
77-
- [`9768c66`](https://github.com/stdlib-js/stdlib/commit/9768c662b6e255b70ba9fb0faa989ea1eea71f66): update minimum TypeScript version
78-
- [`9768c66`](https://github.com/stdlib-js/stdlib/commit/9768c662b6e255b70ba9fb0faa989ea1eea71f66): update minimum TypeScript version to 4.1
79-
80-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
81-
82-
</section>
83-
84-
<!-- /.breaking-changes -->
85-
86-
<section class="commits">
87-
88-
### Commits
89-
90-
<details>
59+
<section class="release" id="v0.2.0">
9160

92-
- [`9768c66`](https://github.com/stdlib-js/stdlib/commit/9768c662b6e255b70ba9fb0faa989ea1eea71f66) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
93-
- [`e09914b`](https://github.com/stdlib-js/stdlib/commit/e09914b96d6370fe09f8d1b2b4063efda60d19fb) - **build:** add additional backslashes _(by Philipp Burckhardt)_
61+
## 0.2.0 (2024-02-14)
9462

95-
</details>
63+
No changes reported for this release.
9664

9765
</section>
9866

99-
<!-- /.commits -->
100-
101-
<section class="contributors">
102-
103-
### Contributors
104-
105-
A total of 1 person contributed to this release. Thank you to this contributor:
67+
<!-- /.release -->
10668

107-
- Philipp Burckhardt
69+
<section class="release" id="v0.1.0">
10870

109-
</section>
71+
## 0.1.0 (2023-09-23)
11072

111-
<!-- /.contributors -->
73+
No changes reported for this release.
11274

11375
</section>
11476

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
189189
[npm-image]: http://img.shields.io/npm/v/@stdlib/buffer-alloc-unsafe.svg
190190
[npm-url]: https://npmjs.org/package/@stdlib/buffer-alloc-unsafe
191191

192-
[test-image]: https://github.com/stdlib-js/buffer-alloc-unsafe/actions/workflows/test.yml/badge.svg?branch=v0.2.2
193-
[test-url]: https://github.com/stdlib-js/buffer-alloc-unsafe/actions/workflows/test.yml?query=branch:v0.2.2
192+
[test-image]: https://github.com/stdlib-js/buffer-alloc-unsafe/actions/workflows/test.yml/badge.svg?branch=main
193+
[test-url]: https://github.com/stdlib-js/buffer-alloc-unsafe/actions/workflows/test.yml?query=branch:main
194194

195195
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/buffer-alloc-unsafe/main.svg
196196
[coverage-url]: https://codecov.io/github/stdlib-js/buffer-alloc-unsafe?branch=main

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
},
4646
"devDependencies": {
4747
"@stdlib/assert-is-buffer": "^0.2.2",
48-
"@stdlib/math-base-special-pow": "^0.2.1",
48+
"@stdlib/math-base-special-pow": "^0.3.0",
4949
"proxyquire": "^2.0.0",
5050
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5151
"istanbul": "^0.4.1",
5252
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
53-
"@stdlib/bench-harness": "^0.2.1"
53+
"@stdlib/bench-harness": "^0.2.2"
5454
},
5555
"engines": {
5656
"node": ">=0.10.0",

0 commit comments

Comments
 (0)