8000 Auto-generated commit · stdlib-js/string-base@6bcb11a · GitHub
[go: up one dir, main page]

Skip to content

Commit 6bcb11a

Browse files
committed
Auto-generated commit
1 parent d113de9 commit 6bcb11a

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

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

7-
## Unreleased (2024-09-19)
7+
## Unreleased (2024-09-28)
88

99
<section class="packages">
1010

@@ -616,7 +616,7 @@ A total of 7 people contributed to this release. Thank you to the following cont
616616
- Golden Kumar
617617
- Khaldon
618618
- Philipp Burckhardt
619-
- Pranav
619+
- Pranav Goswami
620620

621621
</section>
622622

@@ -628,6 +628,11 @@ A total of 7 people contributed to this release. Thank you to the following cont
628628

629629
<details>
630630

631+
- [`abf0407`](https://github.com/stdlib-js/stdlib/commit/abf040787f6598438b0100a729a8331b7f80f62f) - **chore:** resolve lint errors in TS files _(by Philipp Burckhardt)_
632+
- [`b89c97c`](https://github.com/stdlib-js/stdlib/commit/b89c97ce0b812ff0b2aab16b4d77969d44fe3e8c) - **docs:** resolve lint errors in TS declaration files _(by Philipp Burckhardt)_
633+
- [`8f72b43`](https://github.com/stdlib-js/stdlib/commit/8f72b432c0fc81a78641d5689722ecc9671c6f02) - **style:** add missing spaces around parentheses _(by Philipp Burckhardt)_
634+
- [`b723a6e`](https://github.com/stdlib-js/stdlib/commit/b723a6eaec97adad2da4ffbecb532a3d1ae1e0ba) - **docs:** fix errors in comments and clean-up _(by Philipp Burckhardt)_
635+
- [`6e9f42e`](https://github.com/stdlib-js/stdlib/commit/6e9f42e4c912485d9896eaa16c88b70fd3688e97) - **docs:** harmonize list formatting in repl.txt and ensure starting newline _(by Philipp Burckhardt)_
631636
- [`2eded73`](https://github.com/stdlib-js/stdlib/commit/2eded73655c7d803cdbdce88d38af9bc5aab42b0) - **feat:** add `base64ToUint8Array` to namespace _(by Athan Reines)_
632637
- [`09e7120`](https://github.com/stdlib-js/stdlib/commit/09e71201868eaa8fb1c003c4de270b4002fa900c) - **feat:** add `string/base/base64-to-uint8array` _(by Athan Reines)_
633638
- [`f200857`](https://github.com/stdlib-js/stdlib/commit/f2008570f57d9bdaec78ec212fe91858f68cf3ac) - **chore:** fix copyright year _(by Athan Reines)_
@@ -2512,7 +2517,7 @@ A total of 9 people contributed to this release. Thank you to the following cont
25122517
- Naresh Jagadeesan
25132518
- Philipp Burckhardt
25142519
- Planeshifter
2515-
- Pranav
2520+
- Pranav Goswami
25162521
- Roman Stetsyk
25172522
- Stephannie Jiménez Gacha
25182523
- Yernar Yergaziyev

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Christopher Dambamuromo <chridam@gmail.com>
2121
Dan Rose <danoftheroses@gmail.com>
2222
Daniel Killenberger <daniel.killenberger@gmail.com>
2323
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
24+
Debashis Maharana <debashismaharana7854@gmail.com>
2425
Dominik Moritz <domoritz@gmail.com>
2526
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
2627
EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
@@ -99,6 +100,7 @@ Xiaochuan Ye <tap91624@gmail.com>
99100
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
100101
naveen <stupiddint@gmail.com>
101102
nishant-s7 <97207366+nishant-s7@users.noreply.github.com>
103+
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
102104
orimiles5 <97595296+orimiles5@users.noreply.github.com>
103105
rainn <88160429+AmCodesLame@users.noreply.github.com>
104106
rei2hu <reimu@reimu.ws>

docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ interface Namespace {
447447
* Generates string from a token array by interpolating values.
448448
*
449449
* @param tokens - string parts and format identifier objects
450-
* @param ...args - variable values
450+
* @param args - variable values
451451
* @throws invalid flags
452452
* @returns formatted string
453453
*

0 commit comments

Comments
 (0)
0