Skip to content

Commit c73aba3

Browse files
committed
Auto-generated commit
1 parent 833129b commit c73aba3

File tree

10 files changed

+11
-10
lines changed

10 files changed

+11
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2026-01-05)
7+
## Unreleased (2026-01-10)
88

99
<section class="features">
1010

@@ -156,6 +156,7 @@ A total of 32 issues were closed in this release:
156156

157157
<details>
158158

159+
- [`bfc8c3a`](https://github.com/stdlib-js/stdlib/commit/bfc8c3a7bcebf1a049c9e457ab440f540fd5c7a9) - **chore:** use one asterisk for license comment in TS files _(by Philipp Burckhardt)_
159160
- [`ee1b451`](https://github.com/stdlib-js/stdlib/commit/ee1b4510c3da0bcfa8225cba9c003a128ae4672b) - **bench:** refactor to use string interpolation in `assert/deep-has-property` [(#9532)](https://github.com/stdlib-js/stdlib/pull/9532) _(by Shubham)_
160161
- [`8c61391`](https://github.com/stdlib-js/stdlib/commit/8c613911043f76c6b41f0d3943163cd0237578f3) - **chore:** fix JavaScript lint errors [(#9337)](https://github.com/stdlib-js/stdlib/pull/9337) _(by DivitJain26, Athan Reines)_
161162
- [`c1bdfd1`](https://github.com/stdlib-js/stdlib/commit/c1bdfd1b11cf23ac8b904befa03c58bbe86aa579) - **docs:** fix broken Markdown link [(#9156)](https://github.com/stdlib-js/stdlib/pull/9156) _(by Manit Roy)_

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (c) 2016-2025 The Stdlib Authors.
1+
Copyright (c) 2016-2026 The Stdlib Authors.

is-duration-string/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* @license Apache-2.0
33
*
44
* Copyright (c) 2022 The Stdlib Authors.

is-duration-string/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* @license Apache-2.0
33
*
44
* Copyright (c) 2022 The Stdlib Authors.

is-kebabcase/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* @license Apache-2.0
33
*
44
* Copyright (c) 2022 The Stdlib Authors.

is-kebabcase/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* @license Apache-2.0
33
*
44
* Copyright (c) 2022 The Stdlib Authors.

is-snakecase/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* @license Apache-2.0
33
*
44
* Copyright (c) 2022 The Stdlib Authors.

is-snakecase/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* @license Apache-2.0
33
*
44
* Copyright (c) 2022 The Stdlib Authors.

is-startcase/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* @license Apache-2.0
33
*
44
* Copyright (c) 2022 The Stdlib Authors.

is-startcase/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* @license Apache-2.0
33
*
44
* Copyright (c) 2022 The Stdlib Authors.

0 commit comments

Comments
 (0)