File tree Expand file tree Collapse file tree 4 files changed +38
-3
lines changed Expand file tree Collapse file tree 4 files changed +38
-3
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33> Package changelog.
44
5+ <section class =" release " id =" unreleased " >
6+
7+ ## Unreleased (2025-08-12)
8+
9+ <section class =" commits " >
10+
11+ ### Commits
12+
13+ <details >
14+
15+ - [ ` 77867ac ` ] ( https://github.com/stdlib-js/stdlib/commit/77867ac1767a186023f633dea30ddf860962aaed ) - ** docs:** remove trailing whitespace _ (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)
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Abhishek G <166795493+AbhishekG-Codes@users.noreply.github.com>
1313Abhishek Jain <40913033+abhishekblue@users.noreply.github.com>
1414Adarsh Palaskar <adarshpalaskar99@gmail.com>
1515Aditya Sapra <adityaework@gmail.com>
16+ Aditya Singh <adityasinghk099@gmail.com>
1617Ahmed Atwa <Ahmedatwa866@yahoo.com>
1718Ahmed Kashkoush <ahmedkashkoush464@gmail.com>
1819Ahmed Khaled <kahmd1444@gmail.com>
@@ -121,6 +122,7 @@ Muhammad Haris <harriskhan047@outlook.com>
121122Muhammad Taaha Tariq <166188821+Taaha-Tariq@users.noreply.github.com>
122123Muhmmad Saad <106260977+saad-imran-dev@users.noreply.github.com>
123124NEEKUorAAYUSH <aayush10072004@gmail.com>
125+ Nakul Krishnakumar <nakulkrishnakumar86@gmail.com>
124126Naresh Jagadeesan <naresh.naresh000@gmail.com>
125127Naveen Kumar <stupiddint@gmail.com>
126128Neeraj Pathak <neerajrpathak710@gmail.com>
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ var reUtf16SurrogatePair = require( '@stdlib/regexp-utf16-surrogate-pair' );
6565
6666#### reUtf16SurrogatePair()
6767
68- Returns a [ regular expression] [ mdn-regexp ] to match a [ UTF-16] [ utf-16 ] surrogate pair.
68+ Returns a [ regular expression] [ mdn-regexp ] to match a [ UTF-16] [ utf-16 ] surrogate pair.
6969
7070``` javascript
7171var RE_UTF16_SURROGATE_PAIR = reUtf16SurrogatePair ();
@@ -76,7 +76,7 @@ var bool = RE_UTF16_SURROGATE_PAIR.test( 'abc\uD800\uDC00def' );
7676
7777#### reUtf16SurrogatePair.REGEXP
7878
79- [ Regular expression] [ mdn-regexp ] to match a [ UTF-16] [ utf-16 ] surrogate pair.
79+ [ Regular expression] [ mdn-regexp ] to match a [ UTF-16] [ utf-16 ] surrogate pair.
8080
8181``` javascript
8282var bool = reUtf16SurrogatePair .REGEXP .test ( ' abc\uD800\uDC00 def' );
You can’t perform that action at this time.
0 commit comments