Skip to content

Commit 7d3d024

Browse files
committed
Auto-generated commit
1 parent 630863e commit 7d3d024

3 files changed

Lines changed: 36 additions & 3 deletions

File tree

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2024-11-14)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`ba55900`](https://github.com/stdlib-js/stdlib/commit/ba55900d1ba756a96747c5b0d9b14eb5e4c664fc) - **docs:** update README examples to use const and let _(by Philipp Burckhardt)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Philipp Burckhardt
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.2.2">
640

741
## 0.2.2 (2024-07-26)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To view installation and usage instructions specific to each branch build, be su
6060
## Usage
6161

6262
```javascript
63-
var noop = require( '@stdlib/utils-noop' );
63+
const noop = require( '@stdlib/utils-noop' );
6464
```
6565

6666
#### noop()
@@ -83,7 +83,7 @@ noop();
8383
<!-- eslint no-undef: "error" -->
8484

8585
```javascript
86-
var noop = require( '@stdlib/utils-noop' );
86+
const noop = require( '@stdlib/utils-noop' );
8787

8888
function foo( next ) {
8989
// Do something...

0 commit comments

Comments
 (0)